#855579

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

Shades of Trendy Pink #855579

Tints of Trendy Pink #855579

Color information

#855579 (or 0x855579) is unknown color: approx Trendy Pink. HEX triplet: 85, 55 and 79. RGB value is (133,85,121). Sum of RGB (Red+Green+Blue) = 133+85+121=339 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.23% from 339); Green value is 85 (33.59% from 255 or 25.07% from 339); Blue value is 121 (47.66% from 255 or 35.69% from 339); Max value from RGB is 133 - color contains mainly: red. Hex color #855579 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855579 is #7AAA86. Grayscale: #676767. Windows color (decimal): -8039047 or 7951749. OLE color: 7951749.

HSL color Cylindrical-coordinate representation of color #855579: hue angle of 315º 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 #855579 is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB13385121-
CMYK00.360.090.48
HSL315º22.02%42.75%-
HSV(B)315º36.09%52.16%-
XYZ16.3712.8619.71-
YUV103.46137.9149.07-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.23%
GREEN value IS 85 (33.59% from 255) = 25.07%
BLUE value IS 121 (47.66% from 255) = 35.69%
R=39.23%
G=25.07%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338512100.360.090.4831522.0242.75
Hex85557902493013b162b
Octal20512517104411604732653
Binary10000101101010111110010100100100111000010011101110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855579; }

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

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

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

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

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

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

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

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