#805558

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

Shades of Solid Pink #805558

Tints of Solid Pink #805558

Color information

#805558 (or 0x805558) is unknown color: approx Solid Pink. HEX triplet: 80, 55 and 58. RGB value is (128,85,88). Sum of RGB (Red+Green+Blue) = 128+85+88=301 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.52% from 301); Green value is 85 (33.59% from 255 or 28.24% from 301); Blue value is 88 (34.77% from 255 or 29.24% from 301); Max value from RGB is 128 - color contains mainly: red. Hex color #805558 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805558 is #7FAAA7. Grayscale: #626262. Windows color (decimal): -8366760 or 5789056. OLE color: 5789056.

HSL color Cylindrical-coordinate representation of color #805558: hue angle of 355.81º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #805558 is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.50.

Color convert

RGB1288588-
CMYK00.340.310.50
HSL355.81º20.19%41.76%-
HSV(B)355.81º33.59%50.2%-
XYZ13.9111.7910.78-
YUV98.2122.25149.26-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.52%
GREEN value IS 85 (33.59% from 255) = 28.24%
BLUE value IS 88 (34.77% from 255) = 29.24%
R=42.52%
G=28.24%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.31
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128858800.340.310.50355.8120.1941.76
Hex8055580221F32164142a
Octal20012513004237625442452
Binary100000001010101101100001000101111111001010110010010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805558; }

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

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

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

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

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

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

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

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