#85587B

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

Shades of Trendy Pink #85587B

Tints of Trendy Pink #85587B

Color information

#85587B (or 0x85587B) is unknown color: approx Trendy Pink. HEX triplet: 85, 58 and 7B. RGB value is (133,88,123). Sum of RGB (Red+Green+Blue) = 133+88+123=344 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.66% from 344); Green value is 88 (34.77% from 255 or 25.58% from 344); Blue value is 123 (48.44% from 255 or 35.76% from 344); Max value from RGB is 133 - color contains mainly: red. Hex color #85587B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85587B is #7AA784. Grayscale: #696969. Windows color (decimal): -8038277 or 8083589. OLE color: 8083589.

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

Color convert

RGB13388123-
CMYK00.340.080.48
HSL313.33º20.36%43.33%-
HSV(B)313.33º33.83%52.16%-
XYZ16.7413.420.44-
YUV105.44137.91147.65-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.66%
GREEN value IS 88 (34.77% from 255) = 25.58%
BLUE value IS 123 (48.44% from 255) = 35.76%
R=38.66%
G=25.58%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338812300.340.080.48313.3320.3643.33
Hex85587B022830139142b
Octal20513017304210604712453
Binary10000101101100011110110100010100011000010011100110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85587B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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