#565D36

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

Shades of Saratoga #565D36

Tints of Saratoga #565D36

Color information

#565D36 (or 0x565D36) is unknown color: approx Saratoga. HEX triplet: 56, 5D and 36. RGB value is (86,93,54). Sum of RGB (Red+Green+Blue) = 86+93+54=233 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.91% from 233); Green value is 93 (36.72% from 255 or 39.91% from 233); Blue value is 54 (21.48% from 255 or 23.18% from 233); Max value from RGB is 93 - color contains mainly: green. Hex color #565D36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565D36 is #A9A2C9. Grayscale: #565656. Windows color (decimal): -11117258 or 3562838. OLE color: 3562838.

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

Color convert

RGB869354-
CMYK0.0800.420.64
HSL70.77º26.53%28.82%-
HSV(B)70.77º41.94%36.47%-
XYZ8.4210.074.99-
YUV86.46109.68127.67-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.91%
GREEN value IS 93 (36.72% from 255) = 39.91%
BLUE value IS 54 (21.48% from 255) = 23.18%
R=36.91%
G=39.91%
B=23.18%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8693540.0800.420.6470.7726.5328.82
Hex565D36802A40471b1d
Octal12613566100521001073335
Binary1010110101110111011010000101010100000010001111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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