#85578C

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

Shades of Trendy Pink #85578C

Tints of Trendy Pink #85578C

Color information

#85578C (or 0x85578C) is unknown color: approx Trendy Pink. HEX triplet: 85, 57 and 8C. RGB value is (133,87,140). Sum of RGB (Red+Green+Blue) = 133+87+140=360 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.94% from 360); Green value is 87 (34.38% from 255 or 24.17% from 360); Blue value is 140 (55.08% from 255 or 38.89% from 360); Max value from RGB is 140 - color contains mainly: blue. Hex color #85578C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85578C is #7AA873. Grayscale: #6A6A6A. Windows color (decimal): -8038516 or 9197445. OLE color: 9197445.

HSL color Cylindrical-coordinate representation of color #85578C: hue angle of 292.08º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #85578C is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13387140-
CMYK0.050.3800.45
HSL292.08º23.35%44.51%-
HSV(B)292.08º37.86%54.9%-
XYZ17.8113.726.52-
YUV106.8146.74146.69-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.94%
GREEN value IS 87 (34.38% from 255) = 24.17%
BLUE value IS 140 (55.08% from 255) = 38.89%
R=36.94%
G=24.17%
B=38.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal133871400.050.3800.45292.0823.3544.51
Hex85578C52602D124172d
Octal2051272145460554442755
Binary10000101101011110001100101100110010110110010010010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85578C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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