#565D2E

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

Shades of Saratoga #565D2E

Tints of Saratoga #565D2E

Color information

#565D2E (or 0x565D2E) is unknown color: approx Saratoga. HEX triplet: 56, 5D and 2E. RGB value is (86,93,46). Sum of RGB (Red+Green+Blue) = 86+93+46=225 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.22% from 225); Green value is 93 (36.72% from 255 or 41.33% from 225); Blue value is 46 (18.36% from 255 or 20.44% from 225); Max value from RGB is 93 - color contains mainly: green. Hex color #565D2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565D2E is #A9A2D1. Grayscale: #555555. Windows color (decimal): -11117266 or 3038550. OLE color: 3038550.

HSL color Cylindrical-coordinate representation of color #565D2E: hue angle of 68.94º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #565D2E is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.64.

Color convert

RGB869346-
CMYK0.0800.510.64
HSL68.94º33.81%27.25%-
HSV(B)68.94º50.54%36.47%-
XYZ8.25104.08-
YUV85.55105.68128.32-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.22%
GREEN value IS 93 (36.72% from 255) = 41.33%
BLUE value IS 46 (18.36% from 255) = 20.44%
R=38.22%
G=41.33%
B=20.44%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8693460.0800.510.6468.9433.8127.25
Hex565D2E80334045221b
Octal12613556100631001054233
Binary10101101011101101110100001100111000000100010110001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,93,46); }

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

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

 a { background-color: rgb(86,93,46); }

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

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

 span { border-color: rgb(86,93,46); }

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