#565B32

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

Shades of Saratoga #565B32

Tints of Saratoga #565B32

Color information

#565B32 (or 0x565B32) is unknown color: approx Saratoga. HEX triplet: 56, 5B and 32. RGB value is (86,91,50). Sum of RGB (Red+Green+Blue) = 86+91+50=227 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.89% from 227); Green value is 91 (35.94% from 255 or 40.09% from 227); Blue value is 50 (19.92% from 255 or 22.03% from 227); Max value from RGB is 91 - color contains mainly: green. Hex color #565B32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565B32 is #A9A4CD. Grayscale: #545454. Windows color (decimal): -11117774 or 3300182. OLE color: 3300182.

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

Color convert

RGB869150-
CMYK0.0500.450.64
HSL67.32º29.08%27.65%-
HSV(B)67.32º45.05%35.69%-
XYZ8.159.694.46-
YUV84.83108.34128.83-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.89%
GREEN value IS 91 (35.94% from 255) = 40.09%
BLUE value IS 50 (19.92% from 255) = 22.03%
R=37.89%
G=40.09%
B=22.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8691500.0500.450.6467.3229.0827.65
Hex565B32502D40431d1c
Octal1261336250551001033534
Binary101011010110111100101010101101100000010000111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,91,50); }

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

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

 a { background-color: rgb(86,91,50); }

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

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

 span { border-color: rgb(86,91,50); }

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