Shades of Saratoga #555B23
Tints of Saratoga #555B23
RGB
CMYK
RGB Variations
Color information
#555B23 (or 0x555B23) is known color: Saratoga. HEX triplet: 55, 5B and 23. RGB value is (85,91,35). Sum of RGB (Red+Green+Blue) = 85+91+35=211 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.28% from 211); Green value is 91 (35.94% from 255 or 43.13% from 211); Blue value is 35 (14.06% from 255 or 16.59% from 211); Max value from RGB is 91 - color contains mainly: green. Hex color #555B23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555B23 is #AAA4DC. Grayscale: #535353. Windows color (decimal): -11183325 or 2317141. OLE color: 2317141.
HSL color Cylindrical-coordinate representation of color #555B23: hue angle of 66.43º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #555B23 is Cyan = 0.07, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 91 | 35 | - |
| CMYK | 0.07 | 0 | 0.62 | 0.64 |
| HSL | 66.43º | 0.44% | 0.25% | - |
| HSV(B) | 66.43º | 0.62% | 0.36% | - |
| XYZ | 7.79 | 9.53 | 3.02 | - |
| YUV | 82.82 | 101.01 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 91 | 35 | 0.07 | 0 | 0.62 | 0.64 | 66.43 | 0.44 | 0.25 |
| Hex | 55 | 5B | 23 | 7 | 0 | 3E | 40 | 42 | 2C | 19 |
| Octal | 125 | 133 | 43 | 7 | 0 | 76 | 100 | 102 | 54 | 31 |
| Binary | 1010101 | 1011011 | 100011 | 111 | 0 | 111110 | 1000000 | 1000010 | 101100 | 11001 |
Color Harmonies of #555B23
Complementary color
Monochromatic Colors of #555B23
Black with #555B23
Text Example
Text Example
White with #555B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555B23; }
p { color: rgb(85,91,35); }
H1.HeaderClassName
{
color: #555B23;
}
.AnyTagClassName
{
color: #555B23;
}
</style>
background-color css
<style>
a { background-color: #555B23; }
a { background-color: rgb(85,91,35); }
div.DivClassName
{
background-color: #555B23;
}
.BgClassName
{
background-color: #555B23;
}
</style>
border-color css
<style>
span { border-color: #555B23; }
span { border-color: rgb(85,91,35); }
td.TdClassName
{
border-color: #555B23;
}
.TagClassName
{
border-color: #555B23;
}
</style>