Shades of Saratoga #5A5C27
Tints of Saratoga #5A5C27
RGB
CMYK
RGB Variations
Color information
#5A5C27 (or 0x5A5C27) is known color: Saratoga. HEX triplet: 5A, 5C and 27. RGB value is (90,92,39). Sum of RGB (Red+Green+Blue) = 90+92+39=221 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.72% from 221); Green value is 92 (36.33% from 255 or 41.63% from 221); Blue value is 39 (15.62% from 255 or 17.65% from 221); Max value from RGB is 92 - color contains mainly: green. Hex color #5A5C27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5C27 is #A5A3D8. Grayscale: #555555. Windows color (decimal): -10855385 or 2579546. OLE color: 2579546.
HSL color Cylindrical-coordinate representation of color #5A5C27: hue angle of 62.26º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5A5C27 is Cyan = 0.02, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 90 | 92 | 39 | - |
| CMYK | 0.02 | 0 | 0.58 | 0.64 |
| HSL | 62.26º | 0.4% | 0.26% | - |
| HSV(B) | 62.26º | 0.58% | 0.36% | - |
| XYZ | 8.41 | 9.97 | 3.4 | - |
| YUV | 85.36 | 101.84 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 92 | 39 | 0.02 | 0 | 0.58 | 0.64 | 62.26 | 0.4 | 0.26 |
| Hex | 5A | 5C | 27 | 2 | 0 | 3A | 40 | 3E | 28 | 1A |
| Octal | 132 | 134 | 47 | 2 | 0 | 72 | 100 | 76 | 50 | 32 |
| Binary | 1011010 | 1011100 | 100111 | 10 | 0 | 111010 | 1000000 | 111110 | 101000 | 11010 |
Color Harmonies of #5A5C27
Complementary color
Monochromatic Colors of #5A5C27
Black with #5A5C27
Text Example
Text Example
White with #5A5C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5C27; }
p { color: rgb(90,92,39); }
H1.HeaderClassName
{
color: #5A5C27;
}
.AnyTagClassName
{
color: #5A5C27;
}
</style>
background-color css
<style>
a { background-color: #5A5C27; }
a { background-color: rgb(90,92,39); }
div.DivClassName
{
background-color: #5A5C27;
}
.BgClassName
{
background-color: #5A5C27;
}
</style>
border-color css
<style>
span { border-color: #5A5C27; }
span { border-color: rgb(90,92,39); }
td.TdClassName
{
border-color: #5A5C27;
}
.TagClassName
{
border-color: #5A5C27;
}
</style>