#85547A

Color #85547A Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #85547A

Tints of Trendy Pink #85547A

Color information

#85547A (or 0x85547A) is unknown color: approx Trendy Pink. HEX triplet: 85, 54 and 7A. RGB value is (133,84,122). Sum of RGB (Red+Green+Blue) = 133+84+122=339 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.23% from 339); Green value is 84 (33.20% from 255 or 24.78% from 339); Blue value is 122 (48.05% from 255 or 35.99% from 339); Max value from RGB is 133 - color contains mainly: red. Hex color #85547A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85547A is #7AAB85. Grayscale: #666666. Windows color (decimal): -8039302 or 8017029. OLE color: 8017029.

HSL color Cylindrical-coordinate representation of color #85547A: hue angle of 313.47º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #85547A is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB13384122-
CMYK00.370.080.48
HSL313.47º22.58%42.55%-
HSV(B)313.47º36.84%52.16%-
XYZ16.3612.7320.01-
YUV102.98138.73149.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 133 (52.34% from 255) = 39.23%
GREEN value IS 84 (33.20% from 255) = 24.78%
BLUE value IS 122 (48.05% from 255) = 35.99%
R=39.23%
G=24.78%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338412200.370.080.48313.4722.5842.55
Hex85547A025830139172b
Octal20512417204510604712753
Binary10000101101010011110100100101100011000010011100110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85547A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85547A; }

 p { color: rgb(133,84,122); }

 H1.HeaderClassName
 {
   color: #85547A;
 }
 .AnyTagClassName
 {
   color: #85547A;
 }
</style>
background-color css

<style>
 a { background-color: #85547A; }

 a { background-color: rgb(133,84,122); }

 div.DivClassName
 {
   background-color: #85547A;
 }
 .BgClassName
 {
   background-color: #85547A;
 }
</style>
border-color css

<style>
 span { border-color: #85547A; }

 span { border-color: rgb(133,84,122); }

 td.TdClassName
 {
   border-color: #85547A;
 }
 .TagClassName
 {
   border-color: #85547A;
 }
</style>