Shades of Saratoga #5A5A30
Tints of Saratoga #5A5A30
RGB
CMYK
RGB Variations
Color information
#5A5A30 (or 0x5A5A30) is known color: Saratoga. HEX triplet: 5A, 5A and 30. RGB value is (90,90,48). Sum of RGB (Red+Green+Blue) = 90+90+48=228 (30% of max value = 765). Red value is 90 (35.55% from 255 or 39.47% from 228); Green value is 90 (35.55% from 255 or 39.47% from 228); Blue value is 48 (19.14% from 255 or 21.05% from 228); Max value from RGB is 90 - color contains mainly: red, green. Hex color #5A5A30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5A30 is #A5A5CF. Grayscale: #555555. Windows color (decimal): -10855888 or 3168858. OLE color: 3168858.
HSL color Cylindrical-coordinate representation of color #5A5A30: hue angle of 60º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5A5A30 is Cyan = 0, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 90 | 48 | - |
| CMYK | 0 | 0 | 0.47 | 0.65 |
| HSL | 60º | 0.3% | 0.27% | - |
| HSV(B) | 60º | 0.47% | 0.35% | - |
| XYZ | 8.41 | 9.7 | 4.23 | - |
| YUV | 85.21 | 107 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 90 | 48 | 0 | 0 | 0.47 | 0.65 | 60 | 0.3 | 0.27 |
| Hex | 5A | 5A | 30 | 0 | 0 | 2F | 41 | 3C | 1E | 1B |
| Octal | 132 | 132 | 60 | 0 | 0 | 57 | 101 | 74 | 36 | 33 |
| Binary | 1011010 | 1011010 | 110000 | 0 | 0 | 101111 | 1000001 | 111100 | 11110 | 11011 |
Color Harmonies of #5A5A30
Complementary color
Monochromatic Colors of #5A5A30
Black with #5A5A30
Text Example
Text Example
White with #5A5A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5A30; }
p { color: rgb(90,90,48); }
H1.HeaderClassName
{
color: #5A5A30;
}
.AnyTagClassName
{
color: #5A5A30;
}
</style>
background-color css
<style>
a { background-color: #5A5A30; }
a { background-color: rgb(90,90,48); }
div.DivClassName
{
background-color: #5A5A30;
}
.BgClassName
{
background-color: #5A5A30;
}
</style>
border-color css
<style>
span { border-color: #5A5A30; }
span { border-color: rgb(90,90,48); }
td.TdClassName
{
border-color: #5A5A30;
}
.TagClassName
{
border-color: #5A5A30;
}
</style>