#565A2F

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

Shades of Saratoga #565A2F

Tints of Saratoga #565A2F

Color information

#565A2F (or 0x565A2F) is unknown color: approx Saratoga. HEX triplet: 56, 5A and 2F. RGB value is (86,90,47). Sum of RGB (Red+Green+Blue) = 86+90+47=223 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.57% from 223); Green value is 90 (35.55% from 255 or 40.36% from 223); Blue value is 47 (18.75% from 255 or 21.08% from 223); Max value from RGB is 90 - color contains mainly: green. Hex color #565A2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565A2F is #A9A5D0. Grayscale: #545454. Windows color (decimal): -11118033 or 3103318. OLE color: 3103318.

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

Color convert

RGB869047-
CMYK0.0400.480.65
HSL65.58º31.39%26.86%-
HSV(B)65.58º47.78%35.29%-
XYZ8.019.54.1-
YUV83.9107.17129.5-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.57%
GREEN value IS 90 (35.55% from 255) = 40.36%
BLUE value IS 47 (18.75% from 255) = 21.08%
R=38.57%
G=40.36%
B=21.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8690470.0400.480.6565.5831.3926.86
Hex565A2F403041421f1b
Octal1261325740601011023733
Binary101011010110101011111000110000100000110000101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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