Shades of Saratoga #5A6028
Tints of Saratoga #5A6028
RGB
CMYK
RGB Variations
Color information
#5A6028 (or 0x5A6028) is known color: Saratoga. HEX triplet: 5A, 60 and 28. RGB value is (90,96,40). Sum of RGB (Red+Green+Blue) = 90+96+40=226 (29% of max value = 765). Red value is 90 (35.55% from 255 or 39.82% from 226); Green value is 96 (37.89% from 255 or 42.48% from 226); Blue value is 40 (16.02% from 255 or 17.70% from 226); Max value from RGB is 96 - color contains mainly: green. Hex color #5A6028 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6028 is #A59FD7. Grayscale: #585858. Windows color (decimal): -10854360 or 2646106. OLE color: 2646106.
HSL color Cylindrical-coordinate representation of color #5A6028: hue angle of 66.43º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5A6028 is Cyan = 0.06, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 90 | 96 | 40 | - |
| CMYK | 0.06 | 0 | 0.58 | 0.62 |
| HSL | 66.43º | 0.41% | 0.27% | - |
| HSV(B) | 66.43º | 0.58% | 0.38% | - |
| XYZ | 8.78 | 10.69 | 3.61 | - |
| YUV | 87.82 | 101.01 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 96 | 40 | 0.06 | 0 | 0.58 | 0.62 | 66.43 | 0.41 | 0.27 |
| Hex | 5A | 60 | 28 | 6 | 0 | 3A | 3E | 42 | 29 | 1B |
| Octal | 132 | 140 | 50 | 6 | 0 | 72 | 76 | 102 | 51 | 33 |
| Binary | 1011010 | 1100000 | 101000 | 110 | 0 | 111010 | 111110 | 1000010 | 101001 | 11011 |
Color Harmonies of #5A6028
Complementary color
Monochromatic Colors of #5A6028
Black with #5A6028
Text Example
Text Example
White with #5A6028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6028; }
p { color: rgb(90,96,40); }
H1.HeaderClassName
{
color: #5A6028;
}
.AnyTagClassName
{
color: #5A6028;
}
</style>
background-color css
<style>
a { background-color: #5A6028; }
a { background-color: rgb(90,96,40); }
div.DivClassName
{
background-color: #5A6028;
}
.BgClassName
{
background-color: #5A6028;
}
</style>
border-color css
<style>
span { border-color: #5A6028; }
span { border-color: rgb(90,96,40); }
td.TdClassName
{
border-color: #5A6028;
}
.TagClassName
{
border-color: #5A6028;
}
</style>