#855588

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

Shades of Trendy Pink #855588

Tints of Trendy Pink #855588

Color information

#855588 (or 0x855588) is unknown color: approx Trendy Pink. HEX triplet: 85, 55 and 88. RGB value is (133,85,136). Sum of RGB (Red+Green+Blue) = 133+85+136=354 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.57% from 354); Green value is 85 (33.59% from 255 or 24.01% from 354); Blue value is 136 (53.52% from 255 or 38.42% from 354); Max value from RGB is 136 - color contains mainly: blue. Hex color #855588 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855588 is #7AAA77. Grayscale: #696969. Windows color (decimal): -8039032 or 8934789. OLE color: 8934789.

HSL color Cylindrical-coordinate representation of color #855588: hue angle of 296.47º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #855588 is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13385136-
CMYK0.020.3800.47
HSL296.47º23.08%43.33%-
HSV(B)296.47º37.5%53.33%-
XYZ17.3713.2624.94-
YUV105.17145.4147.85-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.57%
GREEN value IS 85 (33.59% from 255) = 24.01%
BLUE value IS 136 (53.52% from 255) = 38.42%
R=37.57%
G=24.01%
B=38.42%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal133851360.020.3800.47296.4723.0843.33
Hex85558822602F128172b
Octal2051252102460574502753
Binary1000010110101011000100010100110010111110010100010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855588; }

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

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

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

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

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

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

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

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