Shades of Saratoga #535A27
Tints of Saratoga #535A27
RGB
CMYK
RGB Variations
Color information
#535A27 (or 0x535A27) is known color: Saratoga. HEX triplet: 53, 5A and 27. RGB value is (83,90,39). Sum of RGB (Red+Green+Blue) = 83+90+39=212 (28% of max value = 765). Red value is 83 (32.81% from 255 or 39.15% from 212); Green value is 90 (35.55% from 255 or 42.45% from 212); Blue value is 39 (15.62% from 255 or 18.40% from 212); Max value from RGB is 90 - color contains mainly: green. Hex color #535A27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535A27 is #ACA5D8. Grayscale: #525252. Windows color (decimal): -11314649 or 2579027. OLE color: 2579027.
HSL color Cylindrical-coordinate representation of color #535A27: hue angle of 68.24º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #535A27 is Cyan = 0.08, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 90 | 39 | - |
| CMYK | 0.08 | 0 | 0.57 | 0.65 |
| HSL | 68.24º | 0.4% | 0.25% | - |
| HSV(B) | 68.24º | 0.57% | 0.35% | - |
| XYZ | 7.59 | 9.3 | 3.31 | - |
| YUV | 82.09 | 103.68 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 90 | 39 | 0.08 | 0 | 0.57 | 0.65 | 68.24 | 0.4 | 0.25 |
| Hex | 53 | 5A | 27 | 8 | 0 | 39 | 41 | 44 | 28 | 19 |
| Octal | 123 | 132 | 47 | 10 | 0 | 71 | 101 | 104 | 50 | 31 |
| Binary | 1010011 | 1011010 | 100111 | 1000 | 0 | 111001 | 1000001 | 1000100 | 101000 | 11001 |
Color Harmonies of #535A27
Complementary color
Monochromatic Colors of #535A27
Black with #535A27
Text Example
Text Example
White with #535A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535A27; }
p { color: rgb(83,90,39); }
H1.HeaderClassName
{
color: #535A27;
}
.AnyTagClassName
{
color: #535A27;
}
</style>
background-color css
<style>
a { background-color: #535A27; }
a { background-color: rgb(83,90,39); }
div.DivClassName
{
background-color: #535A27;
}
.BgClassName
{
background-color: #535A27;
}
</style>
border-color css
<style>
span { border-color: #535A27; }
span { border-color: rgb(83,90,39); }
td.TdClassName
{
border-color: #535A27;
}
.TagClassName
{
border-color: #535A27;
}
</style>