#555951

Color #555951 Cabbage Pont (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabbage Pont #555951

Tints of Cabbage Pont #555951

Color information

#555951 (or 0x555951) is unknown color: approx Cabbage Pont. HEX triplet: 55, 59 and 51. RGB value is (85,89,81). Sum of RGB (Red+Green+Blue) = 85+89+81=255 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.33% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 81 (32.03% from 255 or 31.76% from 255); Max value from RGB is 89 - color contains mainly: green. Hex color #555951 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555951 is #AAA6AE. Grayscale: #565656. Windows color (decimal): -11183791 or 5331285. OLE color: 5331285.

HSL color Cylindrical-coordinate representation of color #555951: hue angle of 90º degrees, saturation: 0.05, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #555951 is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.65.

Color convert

RGB858981-
CMYK0.0400.090.65
HSL90º4.71%33.33%-
HSV(B)90º8.99%34.9%-
XYZ8.89.679.19-
YUV86.89124.67126.65-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.33%
GREEN value IS 89 (35.16% from 255) = 34.90%
BLUE value IS 81 (32.03% from 255) = 31.76%
R=33.33%
G=34.90%
B=31.76%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8589810.0400.090.65904.7133.33
Hex555951409415a521
Octal1251311214011101132541
Binary1010101101100110100011000100110000011011010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555951; }

 p { color: rgb(85,89,81); }

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

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

 a { background-color: rgb(85,89,81); }

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

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

 span { border-color: rgb(85,89,81); }

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