#565526

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

Shades of Saratoga #565526

Tints of Saratoga #565526

Color information

#565526 (or 0x565526) is unknown color: approx Saratoga. HEX triplet: 56, 55 and 26. RGB value is (86,85,38). Sum of RGB (Red+Green+Blue) = 86+85+38=209 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.15% from 209); Green value is 85 (33.59% from 255 or 40.67% from 209); Blue value is 38 (15.23% from 255 or 18.18% from 209); Max value from RGB is 86 - color contains mainly: red. Hex color #565526 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565526 is #A9AAD9. Grayscale: #505050. Windows color (decimal): -11119322 or 2512214. OLE color: 2512214.

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

Color convert

RGB868538-
CMYK00.010.560.66
HSL58.75º38.71%24.31%-
HSV(B)58.75º55.81%33.73%-
XYZ7.448.623.1-
YUV79.94104.33132.32-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 41.15%
GREEN value IS 85 (33.59% from 255) = 40.67%
BLUE value IS 38 (15.23% from 255) = 18.18%
R=41.15%
G=40.67%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.56
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86853800.010.560.6658.7538.7124.31
Hex5655260138423b2718
Octal126125460170102734730
Binary1010110101010110011001111000100001011101110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565526; }

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

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

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

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

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

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

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

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