#56604E

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

Shades of Cabbage Pont #56604E

Tints of Cabbage Pont #56604E

Color information

#56604E (or 0x56604E) is unknown color: approx Cabbage Pont. HEX triplet: 56, 60 and 4E. RGB value is (86,96,78). Sum of RGB (Red+Green+Blue) = 86+96+78=260 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.08% from 260); Green value is 96 (37.89% from 255 or 36.92% from 260); Blue value is 78 (30.86% from 255 or 30% from 260); Max value from RGB is 96 - color contains mainly: green. Hex color #56604E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56604E is #A99FB1. Grayscale: #5B5B5B. Windows color (decimal): -11116466 or 5136470. OLE color: 5136470.

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

Color convert

RGB869678-
CMYK0.1000.190.62
HSL93.33º10.34%34.12%-
HSV(B)93.33º18.75%37.65%-
XYZ9.410.898.82-
YUV90.96120.69124.46-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.08%
GREEN value IS 96 (37.89% from 255) = 36.92%
BLUE value IS 78 (30.86% from 255) = 30%
R=33.08%
G=36.92%
B=30%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8696780.1000.190.6293.3310.3434.12
Hex56604EA0133E5da22
Octal12614011612023761351242
Binary101011011000001001110101001001111111010111011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56604E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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