#855578

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

Shades of Trendy Pink #855578

Tints of Trendy Pink #855578

Color information

#855578 (or 0x855578) is unknown color: approx Trendy Pink. HEX triplet: 85, 55 and 78. RGB value is (133,85,120). Sum of RGB (Red+Green+Blue) = 133+85+120=338 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.35% from 338); Green value is 85 (33.59% from 255 or 25.15% from 338); Blue value is 120 (47.27% from 255 or 35.50% from 338); Max value from RGB is 133 - color contains mainly: red. Hex color #855578 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855578 is #7AAA87. Grayscale: #676767. Windows color (decimal): -8039048 or 7886213. OLE color: 7886213.

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

Color convert

RGB13385120-
CMYK00.360.100.48
HSL316.25º22.02%42.75%-
HSV(B)316.25º36.09%52.16%-
XYZ16.3112.8419.39-
YUV103.34137.4149.15-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.35%
GREEN value IS 85 (33.59% from 255) = 25.15%
BLUE value IS 120 (47.27% from 255) = 35.50%
R=39.35%
G=25.15%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338512000.360.100.48316.2522.0242.75
Hex855578024A3013c162b
Octal20512517004412604742653
Binary10000101101010111110000100100101011000010011110010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855578; }

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

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

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

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

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

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

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

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