#565731

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

Shades of Saratoga #565731

Tints of Saratoga #565731

Color information

#565731 (or 0x565731) is unknown color: approx Saratoga. HEX triplet: 56, 57 and 31. RGB value is (86,87,49). Sum of RGB (Red+Green+Blue) = 86+87+49=222 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.74% from 222); Green value is 87 (34.38% from 255 or 39.19% from 222); Blue value is 49 (19.53% from 255 or 22.07% from 222); Max value from RGB is 87 - color contains mainly: green. Hex color #565731 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565731 is #A9A8CE. Grayscale: #525252. Windows color (decimal): -11118799 or 3233622. OLE color: 3233622.

HSL color Cylindrical-coordinate representation of color #565731: hue angle of 61.58º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #565731 is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.66.

Color convert

RGB868749-
CMYK0.0100.440.66
HSL61.58º27.94%26.67%-
HSV(B)61.58º43.68%34.12%-
XYZ7.89.024.23-
YUV82.37109.17130.59-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.74%
GREEN value IS 87 (34.38% from 255) = 39.19%
BLUE value IS 49 (19.53% from 255) = 22.07%
R=38.74%
G=39.19%
B=22.07%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8687490.0100.440.6661.5827.9426.67
Hex565731102C423e1c1b
Octal126127611054102763433
Binary101011010101111100011010110010000101111101110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565731; }

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

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

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

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

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

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

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

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