#85587C

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

Shades of Trendy Pink #85587C

Tints of Trendy Pink #85587C

Color information

#85587C (or 0x85587C) is unknown color: approx Trendy Pink. HEX triplet: 85, 58 and 7C. RGB value is (133,88,124). Sum of RGB (Red+Green+Blue) = 133+88+124=345 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.55% from 345); Green value is 88 (34.77% from 255 or 25.51% from 345); Blue value is 124 (48.83% from 255 or 35.94% from 345); Max value from RGB is 133 - color contains mainly: red. Hex color #85587C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85587C is #7AA783. Grayscale: #696969. Windows color (decimal): -8038276 or 8149125. OLE color: 8149125.

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

Color convert

RGB13388124-
CMYK00.340.070.48
HSL312º20.36%43.33%-
HSV(B)312º33.83%52.16%-
XYZ16.813.4220.77-
YUV105.56138.41147.57-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.55%
GREEN value IS 88 (34.77% from 255) = 25.51%
BLUE value IS 124 (48.83% from 255) = 35.94%
R=38.55%
G=25.51%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338812400.340.070.4831220.3643.33
Hex85587C022730138142b
Octal2051301740427604702453
Binary1000010110110001111100010001011111000010011100010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85587C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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