#85577F

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

Shades of Trendy Pink #85577F

Tints of Trendy Pink #85577F

Color information

#85577F (or 0x85577F) is unknown color: approx Trendy Pink. HEX triplet: 85, 57 and 7F. RGB value is (133,87,127). Sum of RGB (Red+Green+Blue) = 133+87+127=347 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.33% from 347); Green value is 87 (34.38% from 255 or 25.07% from 347); Blue value is 127 (50% from 255 or 36.60% from 347); Max value from RGB is 133 - color contains mainly: red. Hex color #85577F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85577F is #7AA880. Grayscale: #696969. Windows color (decimal): -8038529 or 8345477. OLE color: 8345477.

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

Color convert

RGB13387127-
CMYK00.350.050.48
HSL307.83º20.91%43.14%-
HSV(B)307.83º34.59%52.16%-
XYZ16.9113.3421.76-
YUV105.31140.24147.75-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.33%
GREEN value IS 87 (34.38% from 255) = 25.07%
BLUE value IS 127 (50% from 255) = 36.60%
R=38.33%
G=25.07%
B=36.60%

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
Decimal1338712700.350.050.48307.8320.9143.14
Hex85577F023530134152b
Octal2051271770435604642553
Binary1000010110101111111111010001110111000010011010010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85577F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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