Shades of Saratoga #555F34
Tints of Saratoga #555F34
RGB
CMYK
RGB Variations
Color information
#555F34 (or 0x555F34) is known color: Saratoga. HEX triplet: 55, 5F and 34. RGB value is (85,95,52). Sum of RGB (Red+Green+Blue) = 85+95+52=232 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.64% from 232); Green value is 95 (37.5% from 255 or 40.95% from 232); Blue value is 52 (20.70% from 255 or 22.41% from 232); Max value from RGB is 95 - color contains mainly: green. Hex color #555F34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555F34 is #AAA0CB. Grayscale: #575757. Windows color (decimal): -11182284 or 3432277. OLE color: 3432277.
HSL color Cylindrical-coordinate representation of color #555F34: hue angle of 73.95º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #555F34 is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 85 | 95 | 52 | - |
| CMYK | 0.11 | 0 | 0.45 | 0.63 |
| HSL | 73.95º | 0.29% | 0.29% | - |
| HSV(B) | 73.95º | 0.45% | 0.37% | - |
| XYZ | 8.46 | 10.36 | 4.8 | - |
| YUV | 87.11 | 108.19 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 95 | 52 | 0.11 | 0 | 0.45 | 0.63 | 73.95 | 0.29 | 0.29 |
| Hex | 55 | 5F | 34 | B | 0 | 2D | 3F | 4A | 1D | 1D |
| Octal | 125 | 137 | 64 | 13 | 0 | 55 | 77 | 112 | 35 | 35 |
| Binary | 1010101 | 1011111 | 110100 | 1011 | 0 | 101101 | 111111 | 1001010 | 11101 | 11101 |
Color Harmonies of #555F34
Complementary color
Monochromatic Colors of #555F34
Black with #555F34
Text Example
Text Example
White with #555F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555F34; }
p { color: rgb(85,95,52); }
H1.HeaderClassName
{
color: #555F34;
}
.AnyTagClassName
{
color: #555F34;
}
</style>
background-color css
<style>
a { background-color: #555F34; }
a { background-color: rgb(85,95,52); }
div.DivClassName
{
background-color: #555F34;
}
.BgClassName
{
background-color: #555F34;
}
</style>
border-color css
<style>
span { border-color: #555F34; }
span { border-color: rgb(85,95,52); }
td.TdClassName
{
border-color: #555F34;
}
.TagClassName
{
border-color: #555F34;
}
</style>