Shades of Saratoga #555F32
Tints of Saratoga #555F32
RGB
CMYK
RGB Variations
Color information
#555F32 (or 0x555F32) is known color: Saratoga. HEX triplet: 55, 5F and 32. RGB value is (85,95,50). Sum of RGB (Red+Green+Blue) = 85+95+50=230 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.96% from 230); Green value is 95 (37.5% from 255 or 41.30% from 230); Blue value is 50 (19.92% from 255 or 21.74% from 230); Max value from RGB is 95 - color contains mainly: green. Hex color #555F32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555F32 is #AAA0CD. Grayscale: #575757. Windows color (decimal): -11182286 or 3301205. OLE color: 3301205.
HSL color Cylindrical-coordinate representation of color #555F32: hue angle of 73.33º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #555F32 is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 85 | 95 | 50 | - |
| CMYK | 0.11 | 0 | 0.47 | 0.63 |
| HSL | 73.33º | 0.31% | 0.28% | - |
| HSV(B) | 73.33º | 0.47% | 0.37% | - |
| XYZ | 8.41 | 10.35 | 4.57 | - |
| YUV | 86.88 | 107.19 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 95 | 50 | 0.11 | 0 | 0.47 | 0.63 | 73.33 | 0.31 | 0.28 |
| Hex | 55 | 5F | 32 | B | 0 | 2F | 3F | 49 | 1F | 1C |
| Octal | 125 | 137 | 62 | 13 | 0 | 57 | 77 | 111 | 37 | 34 |
| Binary | 1010101 | 1011111 | 110010 | 1011 | 0 | 101111 | 111111 | 1001001 | 11111 | 11100 |
Color Harmonies of #555F32
Complementary color
Monochromatic Colors of #555F32
Black with #555F32
Text Example
Text Example
White with #555F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555F32; }
p { color: rgb(85,95,50); }
H1.HeaderClassName
{
color: #555F32;
}
.AnyTagClassName
{
color: #555F32;
}
</style>
background-color css
<style>
a { background-color: #555F32; }
a { background-color: rgb(85,95,50); }
div.DivClassName
{
background-color: #555F32;
}
.BgClassName
{
background-color: #555F32;
}
</style>
border-color css
<style>
span { border-color: #555F32; }
span { border-color: rgb(85,95,50); }
td.TdClassName
{
border-color: #555F32;
}
.TagClassName
{
border-color: #555F32;
}
</style>