#56604C

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

Shades of Cabbage Pont #56604C

Tints of Cabbage Pont #56604C

Color information

#56604C (or 0x56604C) is unknown color: approx Cabbage Pont. HEX triplet: 56, 60 and 4C. RGB value is (86,96,76). Sum of RGB (Red+Green+Blue) = 86+96+76=258 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.33% from 258); Green value is 96 (37.89% from 255 or 37.21% from 258); Blue value is 76 (30.08% from 255 or 29.46% from 258); Max value from RGB is 96 - color contains mainly: green. Hex color #56604C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56604C is #A99FB3. Grayscale: #5A5A5A. Windows color (decimal): -11116468 or 5005398. OLE color: 5005398.

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

Color convert

RGB869676-
CMYK0.1000.210.62
HSL90º11.63%33.73%-
HSV(B)90º20.83%37.65%-
XYZ9.3310.878.44-
YUV90.73119.69124.63-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.33%
GREEN value IS 96 (37.89% from 255) = 37.21%
BLUE value IS 76 (30.08% from 255) = 29.46%
R=33.33%
G=37.21%
B=29.46%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8696760.1000.210.629011.6333.73
Hex56604CA0153E5ac22
Octal12614011412025761321442
Binary101011011000001001100101001010111111010110101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56604C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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