#56604D

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

Shades of Cabbage Pont #56604D

Tints of Cabbage Pont #56604D

Color information

#56604D (or 0x56604D) is unknown color: approx Cabbage Pont. HEX triplet: 56, 60 and 4D. RGB value is (86,96,77). Sum of RGB (Red+Green+Blue) = 86+96+77=259 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.20% from 259); Green value is 96 (37.89% from 255 or 37.07% from 259); Blue value is 77 (30.47% from 255 or 29.73% from 259); Max value from RGB is 96 - color contains mainly: green. Hex color #56604D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56604D is #A99FB2. Grayscale: #5A5A5A. Windows color (decimal): -11116467 or 5070934. OLE color: 5070934.

HSL color Cylindrical-coordinate representation of color #56604D: hue angle of 91.58º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #56604D is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB869677-
CMYK0.1000.200.62
HSL91.58º10.98%33.92%-
HSV(B)91.58º19.79%37.65%-
XYZ9.3610.888.63-
YUV90.84120.19124.54-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.20%
GREEN value IS 96 (37.89% from 255) = 37.07%
BLUE value IS 77 (30.47% from 255) = 29.73%
R=33.20%
G=37.07%
B=29.73%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8696770.1000.200.6291.5810.9833.92
Hex56604DA0143E5cb22
Octal12614011512024761341342
Binary101011011000001001101101001010011111010111001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56604D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56604D; }

 p { color: rgb(86,96,77); }

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

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

 a { background-color: rgb(86,96,77); }

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

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

 span { border-color: rgb(86,96,77); }

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