#85557C

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

Shades of Trendy Pink #85557C

Tints of Trendy Pink #85557C

Color information

#85557C (or 0x85557C) is unknown color: approx Trendy Pink. HEX triplet: 85, 55 and 7C. RGB value is (133,85,124). Sum of RGB (Red+Green+Blue) = 133+85+124=342 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.89% from 342); Green value is 85 (33.59% from 255 or 24.85% from 342); Blue value is 124 (48.83% from 255 or 36.26% from 342); Max value from RGB is 133 - color contains mainly: red. Hex color #85557C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85557C is #7AAA83. Grayscale: #676767. Windows color (decimal): -8039044 or 8148357. OLE color: 8148357.

HSL color Cylindrical-coordinate representation of color #85557C: hue angle of 311.25º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #85557C is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB13385124-
CMYK00.360.070.48
HSL311.25º22.02%42.75%-
HSV(B)311.25º36.09%52.16%-
XYZ16.5612.9420.69-
YUV103.8139.4148.83-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.89%
GREEN value IS 85 (33.59% from 255) = 24.85%
BLUE value IS 124 (48.83% from 255) = 36.26%
R=38.89%
G=24.85%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338512400.360.070.48311.2522.0242.75
Hex85557C024730137162b
Octal2051251740447604672653
Binary1000010110101011111100010010011111000010011011110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85557C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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