#565E31

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

Shades of Saratoga #565E31

Tints of Saratoga #565E31

Color information

#565E31 (or 0x565E31) is unknown color: approx Saratoga. HEX triplet: 56, 5E and 31. RGB value is (86,94,49). Sum of RGB (Red+Green+Blue) = 86+94+49=229 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.55% from 229); Green value is 94 (37.11% from 255 or 41.05% from 229); Blue value is 49 (19.53% from 255 or 21.40% from 229); Max value from RGB is 94 - color contains mainly: green. Hex color #565E31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565E31 is #A9A1CE. Grayscale: #565656. Windows color (decimal): -11117007 or 3235414. OLE color: 3235414.

HSL color Cylindrical-coordinate representation of color #565E31: hue angle of 70.67º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #565E31 is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.63.

Color convert

RGB869449-
CMYK0.0900.480.63
HSL70.67º31.47%28.04%-
HSV(B)70.67º47.87%36.86%-
XYZ8.3910.214.43-
YUV86.48106.85127.66-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.55%
GREEN value IS 94 (37.11% from 255) = 41.05%
BLUE value IS 49 (19.53% from 255) = 21.40%
R=37.55%
G=41.05%
B=21.40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8694490.0900.480.6370.6731.4728.04
Hex565E3190303F471f1c
Octal1261366111060771073734
Binary101011010111101100011001011000011111110001111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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