Shades of Don Juan #5B464B
Tints of Don Juan #5B464B
RGB
CMYK
RGB Variations
Color information
#5B464B (or 0x5B464B) is known color: Don Juan. HEX triplet: 5B, 46 and 4B. RGB value is (91,70,75). Sum of RGB (Red+Green+Blue) = 91+70+75=236 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.56% from 236); Green value is 70 (27.73% from 255 or 29.66% from 236); Blue value is 75 (29.69% from 255 or 31.78% from 236); Max value from RGB is 91 - color contains mainly: red. Hex color #5B464B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B464B is #A4B9B4. Grayscale: #4C4C4C. Windows color (decimal): -10795445 or 4933211. OLE color: 4933211.
HSL color Cylindrical-coordinate representation of color #5B464B: hue angle of 345.71º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5B464B is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 70 | 75 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.64 |
| HSL | 345.71º | 0.13% | 0.32% | - |
| HSV(B) | 345.71º | 0.23% | 0.36% | - |
| XYZ | 7.77 | 7.11 | 7.62 | - |
| YUV | 76.85 | 126.96 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 70 | 75 | 0 | 0.23 | 0.18 | 0.64 | 345.71 | 0.13 | 0.32 |
| Hex | 5B | 46 | 4B | 0 | 17 | 12 | 40 | 15A | D | 20 |
| Octal | 133 | 106 | 113 | 0 | 27 | 22 | 100 | 532 | 15 | 40 |
| Binary | 1011011 | 1000110 | 1001011 | 0 | 10111 | 10010 | 1000000 | 101011010 | 1101 | 100000 |
Color Harmonies of #5B464B
Complementary color
Monochromatic Colors of #5B464B
Black with #5B464B
Text Example
Text Example
White with #5B464B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B464B; }
p { color: rgb(91,70,75); }
H1.HeaderClassName
{
color: #5B464B;
}
.AnyTagClassName
{
color: #5B464B;
}
</style>
background-color css
<style>
a { background-color: #5B464B; }
a { background-color: rgb(91,70,75); }
div.DivClassName
{
background-color: #5B464B;
}
.BgClassName
{
background-color: #5B464B;
}
</style>
border-color css
<style>
span { border-color: #5B464B; }
span { border-color: rgb(91,70,75); }
td.TdClassName
{
border-color: #5B464B;
}
.TagClassName
{
border-color: #5B464B;
}
</style>