#85577C

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

Shades of Trendy Pink #85577C

Tints of Trendy Pink #85577C

Color information

#85577C (or 0x85577C) is unknown color: approx Trendy Pink. HEX triplet: 85, 57 and 7C. RGB value is (133,87,124). Sum of RGB (Red+Green+Blue) = 133+87+124=344 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.66% from 344); Green value is 87 (34.38% from 255 or 25.29% from 344); Blue value is 124 (48.83% from 255 or 36.05% from 344); Max value from RGB is 133 - color contains mainly: red. Hex color #85577C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85577C is #7AA883. Grayscale: #686868. Windows color (decimal): -8038532 or 8148869. OLE color: 8148869.

HSL color Cylindrical-coordinate representation of color #85577C: hue angle of 311.74º 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 #85577C is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB13387124-
CMYK00.350.070.48
HSL311.74º20.91%43.14%-
HSV(B)311.74º34.59%52.16%-
XYZ16.7213.2620.75-
YUV104.97138.74147.99-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.66%
GREEN value IS 87 (34.38% from 255) = 25.29%
BLUE value IS 124 (48.83% from 255) = 36.05%
R=38.66%
G=25.29%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338712400.350.070.48311.7420.9143.14
Hex85577C023730138152b
Octal2051271740437604702553
Binary1000010110101111111100010001111111000010011100010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85577C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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