#885558

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

Shades of Solid Pink #885558

Tints of Solid Pink #885558

Color information

#885558 (or 0x885558) is unknown color: approx Solid Pink. HEX triplet: 88, 55 and 58. RGB value is (136,85,88). Sum of RGB (Red+Green+Blue) = 136+85+88=309 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.01% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 88 (34.77% from 255 or 28.48% from 309); Max value from RGB is 136 - color contains mainly: red. Hex color #885558 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885558 is #77AAA7. Grayscale: #646464. Windows color (decimal): -7842472 or 5789064. OLE color: 5789064.

HSL color Cylindrical-coordinate representation of color #885558: hue angle of 356.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 #885558 is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.47.

Color convert

RGB1368588-
CMYK00.380.350.47
HSL356.47º23.08%43.33%-
HSV(B)356.47º37.5%53.33%-
XYZ15.1612.4410.83-
YUV100.59120.9153.26-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.01%
GREEN value IS 85 (33.59% from 255) = 27.51%
BLUE value IS 88 (34.77% from 255) = 28.48%
R=44.01%
G=27.51%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136858800.380.350.47356.4723.0843.33
Hex885558026232F164172b
Octal21012513004643575442753
Binary1000100010101011011000010011010001110111110110010010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885558; }

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

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

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

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

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

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

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

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