Shades of Saratoga #565B23
Tints of Saratoga #565B23
RGB
CMYK
RGB Variations
Color information
#565B23 (or 0x565B23) is known color: Saratoga. HEX triplet: 56, 5B and 23. RGB value is (86,91,35). Sum of RGB (Red+Green+Blue) = 86+91+35=212 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.57% from 212); Green value is 91 (35.94% from 255 or 42.92% from 212); Blue value is 35 (14.06% from 255 or 16.51% from 212); Max value from RGB is 91 - color contains mainly: green. Hex color #565B23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565B23 is #A9A4DC. Grayscale: #535353. Windows color (decimal): -11117789 or 2317142. OLE color: 2317142.
HSL color Cylindrical-coordinate representation of color #565B23: hue angle of 65.36º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #565B23 is Cyan = 0.05, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 86 | 91 | 35 | - |
| CMYK | 0.05 | 0 | 0.62 | 0.64 |
| HSL | 65.36º | 0.44% | 0.25% | - |
| HSV(B) | 65.36º | 0.62% | 0.36% | - |
| XYZ | 7.88 | 9.58 | 3.02 | - |
| YUV | 83.12 | 100.84 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 91 | 35 | 0.05 | 0 | 0.62 | 0.64 | 65.36 | 0.44 | 0.25 |
| Hex | 56 | 5B | 23 | 5 | 0 | 3E | 40 | 41 | 2C | 19 |
| Octal | 126 | 133 | 43 | 5 | 0 | 76 | 100 | 101 | 54 | 31 |
| Binary | 1010110 | 1011011 | 100011 | 101 | 0 | 111110 | 1000000 | 1000001 | 101100 | 11001 |
Color Harmonies of #565B23
Complementary color
Monochromatic Colors of #565B23
Black with #565B23
Text Example
Text Example
White with #565B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565B23; }
p { color: rgb(86,91,35); }
H1.HeaderClassName
{
color: #565B23;
}
.AnyTagClassName
{
color: #565B23;
}
</style>
background-color css
<style>
a { background-color: #565B23; }
a { background-color: rgb(86,91,35); }
div.DivClassName
{
background-color: #565B23;
}
.BgClassName
{
background-color: #565B23;
}
</style>
border-color css
<style>
span { border-color: #565B23; }
span { border-color: rgb(86,91,35); }
td.TdClassName
{
border-color: #565B23;
}
.TagClassName
{
border-color: #565B23;
}
</style>