#85577E

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

Shades of Trendy Pink #85577E

Tints of Trendy Pink #85577E

Color information

#85577E (or 0x85577E) is unknown color: approx Trendy Pink. HEX triplet: 85, 57 and 7E. RGB value is (133,87,126). Sum of RGB (Red+Green+Blue) = 133+87+126=346 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.44% from 346); Green value is 87 (34.38% from 255 or 25.14% from 346); Blue value is 126 (49.61% from 255 or 36.42% from 346); Max value from RGB is 133 - color contains mainly: red. Hex color #85577E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85577E is #7AA881. Grayscale: #696969. Windows color (decimal): -8038530 or 8279941. OLE color: 8279941.

HSL color Cylindrical-coordinate representation of color #85577E: hue angle of 309.13º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85577E is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB13387126-
CMYK00.350.050.48
HSL309.13º20.91%43.14%-
HSV(B)309.13º34.59%52.16%-
XYZ16.8513.3121.42-
YUV105.2139.74147.83-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.44%
GREEN value IS 87 (34.38% from 255) = 25.14%
BLUE value IS 126 (49.61% from 255) = 36.42%
R=38.44%
G=25.14%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338712600.350.050.48309.1320.9143.14
Hex85577E023530135152b
Octal2051271760435604652553
Binary1000010110101111111110010001110111000010011010110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85577E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85577E; }

 p { color: rgb(133,87,126); }

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

<style>
 a { background-color: #85577E; }

 a { background-color: rgb(133,87,126); }

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

<style>
 span { border-color: #85577E; }

 span { border-color: rgb(133,87,126); }

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