Shades of Saratoga #555B32
Tints of Saratoga #555B32
RGB
CMYK
RGB Variations
Color information
#555B32 (or 0x555B32) is known color: Saratoga. HEX triplet: 55, 5B and 32. RGB value is (85,91,50). Sum of RGB (Red+Green+Blue) = 85+91+50=226 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.61% from 226); Green value is 91 (35.94% from 255 or 40.27% from 226); Blue value is 50 (19.92% from 255 or 22.12% from 226); Max value from RGB is 91 - color contains mainly: green. Hex color #555B32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555B32 is #AAA4CD. Grayscale: #545454. Windows color (decimal): -11183310 or 3300181. OLE color: 3300181.
HSL color Cylindrical-coordinate representation of color #555B32: hue angle of 68.78º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #555B32 is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 91 | 50 | - |
| CMYK | 0.07 | 0 | 0.45 | 0.64 |
| HSL | 68.78º | 0.29% | 0.28% | - |
| HSV(B) | 68.78º | 0.45% | 0.36% | - |
| XYZ | 8.06 | 9.64 | 4.45 | - |
| YUV | 84.53 | 108.51 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 91 | 50 | 0.07 | 0 | 0.45 | 0.64 | 68.78 | 0.29 | 0.28 |
| Hex | 55 | 5B | 32 | 7 | 0 | 2D | 40 | 45 | 1D | 1C |
| Octal | 125 | 133 | 62 | 7 | 0 | 55 | 100 | 105 | 35 | 34 |
| Binary | 1010101 | 1011011 | 110010 | 111 | 0 | 101101 | 1000000 | 1000101 | 11101 | 11100 |
Color Harmonies of #555B32
Complementary color
Monochromatic Colors of #555B32
Black with #555B32
Text Example
Text Example
White with #555B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555B32; }
p { color: rgb(85,91,50); }
H1.HeaderClassName
{
color: #555B32;
}
.AnyTagClassName
{
color: #555B32;
}
</style>
background-color css
<style>
a { background-color: #555B32; }
a { background-color: rgb(85,91,50); }
div.DivClassName
{
background-color: #555B32;
}
.BgClassName
{
background-color: #555B32;
}
</style>
border-color css
<style>
span { border-color: #555B32; }
span { border-color: rgb(85,91,50); }
td.TdClassName
{
border-color: #555B32;
}
.TagClassName
{
border-color: #555B32;
}
</style>