Shades of Saratoga #555C21
Tints of Saratoga #555C21
RGB
CMYK
RGB Variations
Color information
#555C21 (or 0x555C21) is known color: Saratoga. HEX triplet: 55, 5C and 21. RGB value is (85,92,33). Sum of RGB (Red+Green+Blue) = 85+92+33=210 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.48% from 210); Green value is 92 (36.33% from 255 or 43.81% from 210); Blue value is 33 (13.28% from 255 or 15.71% from 210); Max value from RGB is 92 - color contains mainly: green. Hex color #555C21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555C21 is #AAA3DE. Grayscale: #535353. Windows color (decimal): -11183071 or 2186325. OLE color: 2186325.
HSL color Cylindrical-coordinate representation of color #555C21: hue angle of 67.12º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #555C21 is Cyan = 0.08, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 92 | 33 | - |
| CMYK | 0.08 | 0 | 0.64 | 0.64 |
| HSL | 67.12º | 0.47% | 0.25% | - |
| HSV(B) | 67.12º | 0.64% | 0.36% | - |
| XYZ | 7.85 | 9.7 | 2.9 | - |
| YUV | 83.18 | 99.68 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 92 | 33 | 0.08 | 0 | 0.64 | 0.64 | 67.12 | 0.47 | 0.25 |
| Hex | 55 | 5C | 21 | 8 | 0 | 40 | 40 | 43 | 2F | 19 |
| Octal | 125 | 134 | 41 | 10 | 0 | 100 | 100 | 103 | 57 | 31 |
| Binary | 1010101 | 1011100 | 100001 | 1000 | 0 | 1000000 | 1000000 | 1000011 | 101111 | 11001 |
Color Harmonies of #555C21
Complementary color
Monochromatic Colors of #555C21
Black with #555C21
Text Example
Text Example
White with #555C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555C21; }
p { color: rgb(85,92,33); }
H1.HeaderClassName
{
color: #555C21;
}
.AnyTagClassName
{
color: #555C21;
}
</style>
background-color css
<style>
a { background-color: #555C21; }
a { background-color: rgb(85,92,33); }
div.DivClassName
{
background-color: #555C21;
}
.BgClassName
{
background-color: #555C21;
}
</style>
border-color css
<style>
span { border-color: #555C21; }
span { border-color: rgb(85,92,33); }
td.TdClassName
{
border-color: #555C21;
}
.TagClassName
{
border-color: #555C21;
}
</style>