#565523

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

Shades of Saratoga #565523

Tints of Saratoga #565523

Color information

#565523 (or 0x565523) is unknown color: approx Saratoga. HEX triplet: 56, 55 and 23. RGB value is (86,85,35). Sum of RGB (Red+Green+Blue) = 86+85+35=206 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.75% from 206); Green value is 85 (33.59% from 255 or 41.26% from 206); Blue value is 35 (14.06% from 255 or 16.99% from 206); Max value from RGB is 86 - color contains mainly: red. Hex color #565523 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565523 is #A9AADC. Grayscale: #4F4F4F. Windows color (decimal): -11119325 or 2315606. OLE color: 2315606.

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

Color convert

RGB868535-
CMYK00.010.590.66
HSL58.82º42.15%23.73%-
HSV(B)58.82º59.3%33.73%-
XYZ7.398.62.86-
YUV79.6102.83132.57-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 41.75%
GREEN value IS 85 (33.59% from 255) = 41.26%
BLUE value IS 35 (14.06% from 255) = 16.99%
R=41.75%
G=41.26%
B=16.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.59
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86853500.010.590.6658.8242.1523.73
Hex565523013B423b2a18
Octal126125430173102735230
Binary1010110101010110001101111011100001011101110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565523; }

 p { color: rgb(86,85,35); }

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

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

 a { background-color: rgb(86,85,35); }

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

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

 span { border-color: rgb(86,85,35); }

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