#565A31

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

Shades of Saratoga #565A31

Tints of Saratoga #565A31

Color information

#565A31 (or 0x565A31) is unknown color: approx Saratoga. HEX triplet: 56, 5A and 31. RGB value is (86,90,49). Sum of RGB (Red+Green+Blue) = 86+90+49=225 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.22% from 225); Green value is 90 (35.55% from 255 or 40% from 225); Blue value is 49 (19.53% from 255 or 21.78% from 225); Max value from RGB is 90 - color contains mainly: green. Hex color #565A31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565A31 is #A9A5CE. Grayscale: #545454. Windows color (decimal): -11118031 or 3234390. OLE color: 3234390.

HSL color Cylindrical-coordinate representation of color #565A31: hue angle of 65.85º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #565A31 is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.65.

Color convert

RGB869049-
CMYK0.0400.460.65
HSL65.85º29.5%27.25%-
HSV(B)65.85º45.56%35.29%-
XYZ8.059.514.32-
YUV84.13108.17129.33-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.22%
GREEN value IS 90 (35.55% from 255) = 40%
BLUE value IS 49 (19.53% from 255) = 21.78%
R=38.22%
G=40%
B=21.78%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8690490.0400.460.6565.8529.527.25
Hex565A31402E41421d1b
Octal1261326140561011023533
Binary101011010110101100011000101110100000110000101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565A31; }

 p { color: rgb(86,90,49); }

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

<style>
 a { background-color: #565A31; }

 a { background-color: rgb(86,90,49); }

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

<style>
 span { border-color: #565A31; }

 span { border-color: rgb(86,90,49); }

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