Shades of Saddle #5B514B
Tints of Saddle #5B514B
RGB
CMYK
RGB Variations
Color information
#5B514B (or 0x5B514B) is known color: Saddle. HEX triplet: 5B, 51 and 4B. RGB value is (91,81,75). Sum of RGB (Red+Green+Blue) = 91+81+75=247 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.84% from 247); Green value is 81 (32.03% from 255 or 32.79% from 247); Blue value is 75 (29.69% from 255 or 30.36% from 247); Max value from RGB is 91 - color contains mainly: red. Hex color #5B514B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B514B is #A4AEB4. Grayscale: #535353. Windows color (decimal): -10792629 or 4936027. OLE color: 4936027.
HSL color Cylindrical-coordinate representation of color #5B514B: hue angle of 22.5º degrees, saturation: 0.1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5B514B is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 81 | 75 | - |
| CMYK | 0 | 0.11 | 0.18 | 0.64 |
| HSL | 22.5º | 0.1% | 0.33% | - |
| HSV(B) | 22.5º | 0.18% | 0.36% | - |
| XYZ | 8.53 | 8.62 | 7.87 | - |
| YUV | 83.31 | 123.31 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 81 | 75 | 0 | 0.11 | 0.18 | 0.64 | 22.5 | 0.1 | 0.33 |
| Hex | 5B | 51 | 4B | 0 | B | 12 | 40 | 16 | A | 21 |
| Octal | 133 | 121 | 113 | 0 | 13 | 22 | 100 | 26 | 12 | 41 |
| Binary | 1011011 | 1010001 | 1001011 | 0 | 1011 | 10010 | 1000000 | 10110 | 1010 | 100001 |
Color Harmonies of #5B514B
Complementary color
Monochromatic Colors of #5B514B
Black with #5B514B
Text Example
Text Example
White with #5B514B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B514B; }
p { color: rgb(91,81,75); }
H1.HeaderClassName
{
color: #5B514B;
}
.AnyTagClassName
{
color: #5B514B;
}
</style>
background-color css
<style>
a { background-color: #5B514B; }
a { background-color: rgb(91,81,75); }
div.DivClassName
{
background-color: #5B514B;
}
.BgClassName
{
background-color: #5B514B;
}
</style>
border-color css
<style>
span { border-color: #5B514B; }
span { border-color: rgb(91,81,75); }
td.TdClassName
{
border-color: #5B514B;
}
.TagClassName
{
border-color: #5B514B;
}
</style>