Shades of Saratoga #555B25
Tints of Saratoga #555B25
RGB
CMYK
RGB Variations
Color information
#555B25 (or 0x555B25) is known color: Saratoga. HEX triplet: 55, 5B and 25. RGB value is (85,91,37). Sum of RGB (Red+Green+Blue) = 85+91+37=213 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.91% from 213); Green value is 91 (35.94% from 255 or 42.72% from 213); Blue value is 37 (14.84% from 255 or 17.37% from 213); Max value from RGB is 91 - color contains mainly: green. Hex color #555B25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555B25 is #AAA4DA. Grayscale: #535353. Windows color (decimal): -11183323 or 2448213. OLE color: 2448213.
HSL color Cylindrical-coordinate representation of color #555B25: hue angle of 66.67º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #555B25 is Cyan = 0.07, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 91 | 37 | - |
| CMYK | 0.07 | 0 | 0.59 | 0.64 |
| HSL | 66.67º | 0.42% | 0.25% | - |
| HSV(B) | 66.67º | 0.59% | 0.36% | - |
| XYZ | 7.82 | 9.55 | 3.18 | - |
| YUV | 83.05 | 102.01 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 91 | 37 | 0.07 | 0 | 0.59 | 0.64 | 66.67 | 0.42 | 0.25 |
| Hex | 55 | 5B | 25 | 7 | 0 | 3B | 40 | 43 | 2A | 19 |
| Octal | 125 | 133 | 45 | 7 | 0 | 73 | 100 | 103 | 52 | 31 |
| Binary | 1010101 | 1011011 | 100101 | 111 | 0 | 111011 | 1000000 | 1000011 | 101010 | 11001 |
Color Harmonies of #555B25
Complementary color
Monochromatic Colors of #555B25
Black with #555B25
Text Example
Text Example
White with #555B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555B25; }
p { color: rgb(85,91,37); }
H1.HeaderClassName
{
color: #555B25;
}
.AnyTagClassName
{
color: #555B25;
}
</style>
background-color css
<style>
a { background-color: #555B25; }
a { background-color: rgb(85,91,37); }
div.DivClassName
{
background-color: #555B25;
}
.BgClassName
{
background-color: #555B25;
}
</style>
border-color css
<style>
span { border-color: #555B25; }
span { border-color: rgb(85,91,37); }
td.TdClassName
{
border-color: #555B25;
}
.TagClassName
{
border-color: #555B25;
}
</style>