Shades of Saratoga #5A5A33
Tints of Saratoga #5A5A33
RGB
CMYK
RGB Variations
Color information
#5A5A33 (or 0x5A5A33) is known color: Saratoga. HEX triplet: 5A, 5A and 33. RGB value is (90,90,51). Sum of RGB (Red+Green+Blue) = 90+90+51=231 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.96% from 231); Green value is 90 (35.55% from 255 or 38.96% from 231); Blue value is 51 (20.31% from 255 or 22.08% from 231); Max value from RGB is 90 - color contains mainly: red, green. Hex color #5A5A33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5A33 is #A5A5CC. Grayscale: #555555. Windows color (decimal): -10855885 or 3365466. OLE color: 3365466.
HSL color Cylindrical-coordinate representation of color #5A5A33: hue angle of 60º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5A5A33 is Cyan = 0, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 90 | 51 | - |
| CMYK | 0 | 0 | 0.43 | 0.65 |
| HSL | 60º | 0.28% | 0.28% | - |
| HSV(B) | 60º | 0.43% | 0.35% | - |
| XYZ | 8.47 | 9.73 | 4.56 | - |
| YUV | 85.55 | 108.5 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 90 | 51 | 0 | 0 | 0.43 | 0.65 | 60 | 0.28 | 0.28 |
| Hex | 5A | 5A | 33 | 0 | 0 | 2B | 41 | 3C | 1C | 1C |
| Octal | 132 | 132 | 63 | 0 | 0 | 53 | 101 | 74 | 34 | 34 |
| Binary | 1011010 | 1011010 | 110011 | 0 | 0 | 101011 | 1000001 | 111100 | 11100 | 11100 |
Color Harmonies of #5A5A33
Complementary color
Monochromatic Colors of #5A5A33
Black with #5A5A33
Text Example
Text Example
White with #5A5A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5A33; }
p { color: rgb(90,90,51); }
H1.HeaderClassName
{
color: #5A5A33;
}
.AnyTagClassName
{
color: #5A5A33;
}
</style>
background-color css
<style>
a { background-color: #5A5A33; }
a { background-color: rgb(90,90,51); }
div.DivClassName
{
background-color: #5A5A33;
}
.BgClassName
{
background-color: #5A5A33;
}
</style>
border-color css
<style>
span { border-color: #5A5A33; }
span { border-color: rgb(90,90,51); }
td.TdClassName
{
border-color: #5A5A33;
}
.TagClassName
{
border-color: #5A5A33;
}
</style>