Shades of Saratoga #5A6223
Tints of Saratoga #5A6223
RGB
CMYK
RGB Variations
Color information
#5A6223 (or 0x5A6223) is known color: Saratoga. HEX triplet: 5A, 62 and 23. RGB value is (90,98,35). Sum of RGB (Red+Green+Blue) = 90+98+35=223 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.36% from 223); Green value is 98 (38.67% from 255 or 43.95% from 223); Blue value is 35 (14.06% from 255 or 15.70% from 223); Max value from RGB is 98 - color contains mainly: green. Hex color #5A6223 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6223 is #A59DDC. Grayscale: #585858. Windows color (decimal): -10853853 or 2318938. OLE color: 2318938.
HSL color Cylindrical-coordinate representation of color #5A6223: hue angle of 67.62º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5A6223 is Cyan = 0.08, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 90 | 98 | 35 | - |
| CMYK | 0.08 | 0 | 0.64 | 0.62 |
| HSL | 67.62º | 0.47% | 0.26% | - |
| HSV(B) | 67.62º | 0.64% | 0.38% | - |
| XYZ | 8.89 | 11.03 | 3.25 | - |
| YUV | 88.43 | 97.85 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 98 | 35 | 0.08 | 0 | 0.64 | 0.62 | 67.62 | 0.47 | 0.26 |
| Hex | 5A | 62 | 23 | 8 | 0 | 40 | 3E | 44 | 2F | 1A |
| Octal | 132 | 142 | 43 | 10 | 0 | 100 | 76 | 104 | 57 | 32 |
| Binary | 1011010 | 1100010 | 100011 | 1000 | 0 | 1000000 | 111110 | 1000100 | 101111 | 11010 |
Color Harmonies of #5A6223
Complementary color
Monochromatic Colors of #5A6223
Black with #5A6223
Text Example
Text Example
White with #5A6223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6223; }
p { color: rgb(90,98,35); }
H1.HeaderClassName
{
color: #5A6223;
}
.AnyTagClassName
{
color: #5A6223;
}
</style>
background-color css
<style>
a { background-color: #5A6223; }
a { background-color: rgb(90,98,35); }
div.DivClassName
{
background-color: #5A6223;
}
.BgClassName
{
background-color: #5A6223;
}
</style>
border-color css
<style>
span { border-color: #5A6223; }
span { border-color: rgb(90,98,35); }
td.TdClassName
{
border-color: #5A6223;
}
.TagClassName
{
border-color: #5A6223;
}
</style>