Shades of Saratoga #5B5E34
Tints of Saratoga #5B5E34
RGB
CMYK
RGB Variations
Color information
#5B5E34 (or 0x5B5E34) is known color: Saratoga. HEX triplet: 5B, 5E and 34. RGB value is (91,94,52). Sum of RGB (Red+Green+Blue) = 91+94+52=237 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.40% from 237); Green value is 94 (37.11% from 255 or 39.66% from 237); Blue value is 52 (20.70% from 255 or 21.94% from 237); Max value from RGB is 94 - color contains mainly: green. Hex color #5B5E34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5E34 is #A4A1CB. Grayscale: #585858. Windows color (decimal): -10789324 or 3432027. OLE color: 3432027.
HSL color Cylindrical-coordinate representation of color #5B5E34: hue angle of 64.29º 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 #5B5E34 is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.63.
Color convert
RGB | 91 | 94 | 52 | - |
CMYK | 0.03 | 0 | 0.45 | 0.63 |
HSL | 64.29º | 0.29% | 0.29% | - |
HSV(B) | 64.29º | 0.45% | 0.37% | - |
XYZ | 8.94 | 10.48 | 4.8 | - |
YUV | 88.32 | 107.51 | 129.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 91 | 94 | 52 | 0.03 | 0 | 0.45 | 0.63 | 64.29 | 0.29 | 0.29 |
Hex | 5B | 5E | 34 | 3 | 0 | 2D | 3F | 40 | 1D | 1D |
Octal | 133 | 136 | 64 | 3 | 0 | 55 | 77 | 100 | 35 | 35 |
Binary | 1011011 | 1011110 | 110100 | 11 | 0 | 101101 | 111111 | 1000000 | 11101 | 11101 |
Color Harmonies of #5B5E34
Complementary color
Monochromatic Colors of #5B5E34
Black with #5B5E34
Text Example
Text Example
White with #5B5E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5E34; }
p { color: rgb(91,94,52); }
H1.HeaderClassName
{
color: #5B5E34;
}
.AnyTagClassName
{
color: #5B5E34;
}
</style>
background-color css
<style>
a { background-color: #5B5E34; }
a { background-color: rgb(91,94,52); }
div.DivClassName
{
background-color: #5B5E34;
}
.BgClassName
{
background-color: #5B5E34;
}
</style>
border-color css
<style>
span { border-color: #5B5E34; }
span { border-color: rgb(91,94,52); }
td.TdClassName
{
border-color: #5B5E34;
}
.TagClassName
{
border-color: #5B5E34;
}
</style>