#555B50

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

Shades of Cabbage Pont #555B50

Tints of Cabbage Pont #555B50

Color information

#555B50 (or 0x555B50) is unknown color: approx Cabbage Pont. HEX triplet: 55, 5B and 50. RGB value is (85,91,80). Sum of RGB (Red+Green+Blue) = 85+91+80=256 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.20% from 256); Green value is 91 (35.94% from 255 or 35.55% from 256); Blue value is 80 (31.64% from 255 or 31.25% from 256); Max value from RGB is 91 - color contains mainly: green. Hex color #555B50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555B50 is #AAA4AF. Grayscale: #575757. Windows color (decimal): -11183280 or 5266261. OLE color: 5266261.

HSL color Cylindrical-coordinate representation of color #555B50: hue angle of 92.73º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #555B50 is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.64.

Color convert

RGB859180-
CMYK0.0700.120.64
HSL92.73º6.43%33.53%-
HSV(B)92.73º12.09%35.69%-
XYZ8.949.999.05-
YUV87.95123.51125.89-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.20%
GREEN value IS 91 (35.94% from 255) = 35.55%
BLUE value IS 80 (31.64% from 255) = 31.25%
R=33.20%
G=35.55%
B=31.25%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8591800.0700.120.6492.736.4333.53
Hex555B5070C405d622
Octal1251331207014100135642
Binary1010101101101110100001110110010000001011101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555B50; }

 p { color: rgb(85,91,80); }

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

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

 a { background-color: rgb(85,91,80); }

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

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

 span { border-color: rgb(85,91,80); }

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