Shades of Saratoga #565933
Tints of Saratoga #565933
RGB
CMYK
RGB Variations
Color information
#565933 (or 0x565933) is known color: Saratoga. HEX triplet: 56, 59 and 33. RGB value is (86,89,51). Sum of RGB (Red+Green+Blue) = 86+89+51=226 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.05% from 226); Green value is 89 (35.16% from 255 or 39.38% from 226); Blue value is 51 (20.31% from 255 or 22.57% from 226); Max value from RGB is 89 - color contains mainly: green. Hex color #565933 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565933 is #A9A6CC. Grayscale: #535353. Windows color (decimal): -11118285 or 3365206. OLE color: 3365206.
HSL color Cylindrical-coordinate representation of color #565933: hue angle of 64.74º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #565933 is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 86 | 89 | 51 | - |
| CMYK | 0.03 | 0 | 0.43 | 0.65 |
| HSL | 64.74º | 0.27% | 0.27% | - |
| HSV(B) | 64.74º | 0.43% | 0.35% | - |
| XYZ | 8.01 | 9.36 | 4.52 | - |
| YUV | 83.77 | 109.51 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 89 | 51 | 0.03 | 0 | 0.43 | 0.65 | 64.74 | 0.27 | 0.27 |
| Hex | 56 | 59 | 33 | 3 | 0 | 2B | 41 | 41 | 1B | 1B |
| Octal | 126 | 131 | 63 | 3 | 0 | 53 | 101 | 101 | 33 | 33 |
| Binary | 1010110 | 1011001 | 110011 | 11 | 0 | 101011 | 1000001 | 1000001 | 11011 | 11011 |
Color Harmonies of #565933
Complementary color
Monochromatic Colors of #565933
Black with #565933
Text Example
Text Example
White with #565933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565933; }
p { color: rgb(86,89,51); }
H1.HeaderClassName
{
color: #565933;
}
.AnyTagClassName
{
color: #565933;
}
</style>
background-color css
<style>
a { background-color: #565933; }
a { background-color: rgb(86,89,51); }
div.DivClassName
{
background-color: #565933;
}
.BgClassName
{
background-color: #565933;
}
</style>
border-color css
<style>
span { border-color: #565933; }
span { border-color: rgb(86,89,51); }
td.TdClassName
{
border-color: #565933;
}
.TagClassName
{
border-color: #565933;
}
</style>