#565F31

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

Shades of Saratoga #565F31

Tints of Saratoga #565F31

Color information

#565F31 (or 0x565F31) is unknown color: approx Saratoga. HEX triplet: 56, 5F and 31. RGB value is (86,95,49). Sum of RGB (Red+Green+Blue) = 86+95+49=230 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.39% from 230); Green value is 95 (37.5% from 255 or 41.30% from 230); Blue value is 49 (19.53% from 255 or 21.30% from 230); Max value from RGB is 95 - color contains mainly: green. Hex color #565F31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565F31 is #A9A0CE. Grayscale: #575757. Windows color (decimal): -11116751 or 3235670. OLE color: 3235670.

HSL color Cylindrical-coordinate representation of color #565F31: hue angle of 71.74º degrees, saturation: 0.32, 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 #565F31 is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.63.

Color convert

RGB869549-
CMYK0.0900.480.63
HSL71.74º31.94%28.24%-
HSV(B)71.74º48.42%37.25%-
XYZ8.4810.384.46-
YUV87.06106.52127.24-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.39%
GREEN value IS 95 (37.5% from 255) = 41.30%
BLUE value IS 49 (19.53% from 255) = 21.30%
R=37.39%
G=41.30%
B=21.30%

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
Decimal8695490.0900.480.6371.7431.9428.24
Hex565F3190303F48201c
Octal1261376111060771104034
Binary1010110101111111000110010110000111111100100010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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