#565528

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

Shades of Saratoga #565528

Tints of Saratoga #565528

Color information

#565528 (or 0x565528) is unknown color: approx Saratoga. HEX triplet: 56, 55 and 28. RGB value is (86,85,40). Sum of RGB (Red+Green+Blue) = 86+85+40=211 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.76% from 211); Green value is 85 (33.59% from 255 or 40.28% from 211); Blue value is 40 (16.02% from 255 or 18.96% from 211); Max value from RGB is 86 - color contains mainly: red. Hex color #565528 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565528 is #A9AAD7. Grayscale: #505050. Windows color (decimal): -11119320 or 2643286. OLE color: 2643286.

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

Color convert

RGB868540-
CMYK00.010.530.66
HSL58.7º36.51%24.71%-
HSV(B)58.7º53.49%33.73%-
XYZ7.478.633.28-
YUV80.17105.33132.16-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.76%
GREEN value IS 85 (33.59% from 255) = 40.28%
BLUE value IS 40 (16.02% from 255) = 18.96%
R=40.76%
G=40.28%
B=18.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.53
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86854000.010.530.6658.736.5124.71
Hex5655280135423b2519
Octal126125500165102734531
Binary1010110101010110100001110101100001011101110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565528; }

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

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

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

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

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

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

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

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