#56813B

Color #56813B Dingley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dingley #56813B

Tints of Dingley #56813B

Color information

#56813B (or 0x56813B) is unknown color: approx Dingley. HEX triplet: 56, 81 and 3B. RGB value is (86,129,59). Sum of RGB (Red+Green+Blue) = 86+129+59=274 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.39% from 274); Green value is 129 (50.78% from 255 or 47.08% from 274); Blue value is 59 (23.44% from 255 or 21.53% from 274); Max value from RGB is 129 - color contains mainly: green. Hex color #56813B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56813B is #A97EC4. Grayscale: #6C6C6C. Windows color (decimal): -11108037 or 3899734. OLE color: 3899734.

HSL color Cylindrical-coordinate representation of color #56813B: hue angle of 96.86º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #56813B is Cyan = 0.33, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.49.

Color convert

RGB8612959-
CMYK0.3300.540.49
HSL96.86º37.23%36.86%-
HSV(B)96.86º54.26%50.59%-
XYZ12.4817.996.95-
YUV108.16100.25112.19-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.39%
GREEN value IS 129 (50.78% from 255) = 47.08%
BLUE value IS 59 (23.44% from 255) = 21.53%
R=31.39%
G=47.08%
B=21.53%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal86129590.3300.540.4996.8637.2336.86
Hex56813B2103631612525
Octal1262017341066611414545
Binary10101101000000111101110000101101101100011100001100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56813B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56813B; }

 p { color: rgb(86,129,59); }

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

<style>
 a { background-color: #56813B; }

 a { background-color: rgb(86,129,59); }

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

<style>
 span { border-color: #56813B; }

 span { border-color: rgb(86,129,59); }

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