#56582B

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

Shades of Saratoga #56582B

Tints of Saratoga #56582B

Color information

#56582B (or 0x56582B) is unknown color: approx Saratoga. HEX triplet: 56, 58 and 2B. RGB value is (86,88,43). Sum of RGB (Red+Green+Blue) = 86+88+43=217 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.63% from 217); Green value is 88 (34.77% from 255 or 40.55% from 217); Blue value is 43 (17.19% from 255 or 19.82% from 217); Max value from RGB is 88 - color contains mainly: green. Hex color #56582B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56582B is #A9A7D4. Grayscale: #525252. Windows color (decimal): -11118549 or 2840662. OLE color: 2840662.

HSL color Cylindrical-coordinate representation of color #56582B: hue angle of 62.67º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #56582B is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.65.

Color convert

RGB868843-
CMYK0.0200.510.65
HSL62.67º34.35%25.69%-
HSV(B)62.67º51.14%34.51%-
XYZ7.769.133.64-
YUV82.27105.84130.66-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.63%
GREEN value IS 88 (34.77% from 255) = 40.55%
BLUE value IS 43 (17.19% from 255) = 19.82%
R=39.63%
G=40.55%
B=19.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8688430.0200.510.6562.6734.3525.69
Hex56582B2033413f221a
Octal126130532063101774232
Binary10101101011000101011100110011100000111111110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56582B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,88,43); }

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

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

 a { background-color: rgb(86,88,43); }

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

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

 span { border-color: rgb(86,88,43); }

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