#85507C

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

Shades of Trendy Pink #85507C

Tints of Trendy Pink #85507C

Color information

#85507C (or 0x85507C) is unknown color: approx Trendy Pink. HEX triplet: 85, 50 and 7C. RGB value is (133,80,124). Sum of RGB (Red+Green+Blue) = 133+80+124=337 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.47% from 337); Green value is 80 (31.64% from 255 or 23.74% from 337); Blue value is 124 (48.83% from 255 or 36.80% from 337); Max value from RGB is 133 - color contains mainly: red. Hex color #85507C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85507C is #7AAF83. Grayscale: #646464. Windows color (decimal): -8040324 or 8147077. OLE color: 8147077.

HSL color Cylindrical-coordinate representation of color #85507C: hue angle of 310.19º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85507C is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB13380124-
CMYK00.400.070.48
HSL310.19º24.88%41.76%-
HSV(B)310.19º39.85%52.16%-
XYZ16.1812.1820.57-
YUV100.86141.06150.92-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.47%
GREEN value IS 80 (31.64% from 255) = 23.74%
BLUE value IS 124 (48.83% from 255) = 36.80%
R=39.47%
G=23.74%
B=36.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338012400.400.070.48310.1924.8841.76
Hex85507C028730136192a
Octal2051201740507604663152
Binary1000010110100001111100010100011111000010011011011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85507C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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