#56825D

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

Shades of Como #56825D

Tints of Como #56825D

Color information

#56825D (or 0x56825D) is unknown color: approx Como. HEX triplet: 56, 82 and 5D. RGB value is (86,130,93). Sum of RGB (Red+Green+Blue) = 86+130+93=309 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.83% from 309); Green value is 130 (51.17% from 255 or 42.07% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 130 - color contains mainly: green. Hex color #56825D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56825D is #A97DA2. Grayscale: #707070. Windows color (decimal): -11107747 or 6128214. OLE color: 6128214.

HSL color Cylindrical-coordinate representation of color #56825D: hue angle of 129.55º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #56825D is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB8613093-
CMYK0.3400.280.49
HSL129.55º20.37%42.35%-
HSV(B)129.55º33.85%50.98%-
XYZ13.818.7313.24-
YUV112.63116.92109.01-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.83%
GREEN value IS 130 (51.17% from 255) = 42.07%
BLUE value IS 93 (36.72% from 255) = 30.10%
R=27.83%
G=42.07%
B=30.10%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal86130930.3400.280.49129.5520.3742.35
Hex56825D2201C3182142a
Octal12620213542034612022452
Binary10101101000001010111011000100111001100011000001010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56825D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,130,93); }

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

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

 a { background-color: rgb(86,130,93); }

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

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

 span { border-color: rgb(86,130,93); }

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