#85587E

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

Shades of Trendy Pink #85587E

Tints of Trendy Pink #85587E

Color information

#85587E (or 0x85587E) is unknown color: approx Trendy Pink. HEX triplet: 85, 58 and 7E. RGB value is (133,88,126). Sum of RGB (Red+Green+Blue) = 133+88+126=347 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.33% from 347); Green value is 88 (34.77% from 255 or 25.36% from 347); Blue value is 126 (49.61% from 255 or 36.31% from 347); Max value from RGB is 133 - color contains mainly: red. Hex color #85587E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85587E is #7AA781. Grayscale: #696969. Windows color (decimal): -8038274 or 8280197. OLE color: 8280197.

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

Color convert

RGB13388126-
CMYK00.340.050.48
HSL309.33º20.36%43.33%-
HSV(B)309.33º33.83%52.16%-
XYZ16.9313.4721.45-
YUV105.79139.41147.41-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.33%
GREEN value IS 88 (34.77% from 255) = 25.36%
BLUE value IS 126 (49.61% from 255) = 36.31%
R=38.33%
G=25.36%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338812600.340.050.48309.3320.3643.33
Hex85587E022530135142b
Octal2051301760425604652453
Binary1000010110110001111110010001010111000010011010110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85587E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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