#555C4E

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

Shades of Cabbage Pont #555C4E

Tints of Cabbage Pont #555C4E

Color information

#555C4E (or 0x555C4E) is unknown color: approx Cabbage Pont. HEX triplet: 55, 5C and 4E. RGB value is (85,92,78). Sum of RGB (Red+Green+Blue) = 85+92+78=255 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.33% from 255); Green value is 92 (36.33% from 255 or 36.08% from 255); Blue value is 78 (30.86% from 255 or 30.59% from 255); Max value from RGB is 92 - color contains mainly: green. Hex color #555C4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555C4E is #AAA3B1. Grayscale: #585858. Windows color (decimal): -11183026 or 5135445. OLE color: 5135445.

HSL color Cylindrical-coordinate representation of color #555C4E: hue angle of 90º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #555C4E is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.64.

Color convert

RGB859278-
CMYK0.0800.150.64
HSL90º8.24%33.33%-
HSV(B)90º15.22%36.08%-
XYZ8.9510.148.69-
YUV88.31122.18125.64-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.33%
GREEN value IS 92 (36.33% from 255) = 36.08%
BLUE value IS 78 (30.86% from 255) = 30.59%
R=33.33%
G=36.08%
B=30.59%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8592780.0800.150.64908.2433.33
Hex555C4E80F405a821
Octal125134116100171001321041
Binary101010110111001001110100001111100000010110101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,92,78); }

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

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

 a { background-color: rgb(85,92,78); }

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

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

 span { border-color: rgb(85,92,78); }

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