#855576

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

Shades of Trendy Pink #855576

Tints of Trendy Pink #855576

Color information

#855576 (or 0x855576) is unknown color: approx Trendy Pink. HEX triplet: 85, 55 and 76. RGB value is (133,85,118). Sum of RGB (Red+Green+Blue) = 133+85+118=336 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.58% from 336); Green value is 85 (33.59% from 255 or 25.30% from 336); Blue value is 118 (46.48% from 255 or 35.12% from 336); Max value from RGB is 133 - color contains mainly: red. Hex color #855576 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855576 is #7AAA89. Grayscale: #676767. Windows color (decimal): -8039050 or 7755141. OLE color: 7755141.

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

Color convert

RGB13385118-
CMYK00.360.110.48
HSL318.75º22.02%42.75%-
HSV(B)318.75º36.09%52.16%-
XYZ16.1912.7918.76-
YUV103.11136.4149.32-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.58%
GREEN value IS 85 (33.59% from 255) = 25.30%
BLUE value IS 118 (46.48% from 255) = 35.12%
R=39.58%
G=25.30%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338511800.360.110.48318.7522.0242.75
Hex855576024B3013f162b
Octal20512516604413604772653
Binary10000101101010111101100100100101111000010011111110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855576; }

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

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

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

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

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

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

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

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