#555E4D

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

Shades of Cabbage Pont #555E4D

Tints of Cabbage Pont #555E4D

Color information

#555E4D (or 0x555E4D) is unknown color: approx Cabbage Pont. HEX triplet: 55, 5E and 4D. RGB value is (85,94,77). Sum of RGB (Red+Green+Blue) = 85+94+77=256 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.20% from 256); Green value is 94 (37.11% from 255 or 36.72% from 256); Blue value is 77 (30.47% from 255 or 30.08% from 256); Max value from RGB is 94 - color contains mainly: green. Hex color #555E4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555E4D is #AAA1B2. Grayscale: #595959. Windows color (decimal): -11182515 or 5070421. OLE color: 5070421.

HSL color Cylindrical-coordinate representation of color #555E4D: hue angle of 91.76º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #555E4D is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.63.

Color convert

RGB859477-
CMYK0.1000.180.63
HSL91.76º9.94%33.53%-
HSV(B)91.76º18.09%36.86%-
XYZ9.0910.478.56-
YUV89.37121.02124.88-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.20%
GREEN value IS 94 (37.11% from 255) = 36.72%
BLUE value IS 77 (30.47% from 255) = 30.08%
R=33.20%
G=36.72%
B=30.08%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8594770.1000.180.6391.769.9433.53
Hex555E4DA0123F5ca22
Octal12513611512022771341242
Binary101010110111101001101101001001011111110111001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,94,77); }

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

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

 a { background-color: rgb(85,94,77); }

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

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

 span { border-color: rgb(85,94,77); }

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