Shades of Don Juan #5B474D
Tints of Don Juan #5B474D
RGB
CMYK
RGB Variations
Color information
#5B474D (or 0x5B474D) is known color: Don Juan. HEX triplet: 5B, 47 and 4D. RGB value is (91,71,77). Sum of RGB (Red+Green+Blue) = 91+71+77=239 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.08% from 239); Green value is 71 (28.12% from 255 or 29.71% from 239); Blue value is 77 (30.47% from 255 or 32.22% from 239); Max value from RGB is 91 - color contains mainly: red. Hex color #5B474D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B474D is #A4B8B2. Grayscale: #4D4D4D. Windows color (decimal): -10795187 or 5064539. OLE color: 5064539.
HSL color Cylindrical-coordinate representation of color #5B474D: hue angle of 342º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5B474D is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 71 | 77 | - |
| CMYK | 0 | 0.22 | 0.15 | 0.64 |
| HSL | 342º | 0.12% | 0.32% | - |
| HSV(B) | 342º | 0.22% | 0.36% | - |
| XYZ | 7.91 | 7.27 | 8.01 | - |
| YUV | 77.66 | 127.63 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 71 | 77 | 0 | 0.22 | 0.15 | 0.64 | 342 | 0.12 | 0.32 |
| Hex | 5B | 47 | 4D | 0 | 16 | F | 40 | 156 | C | 20 |
| Octal | 133 | 107 | 115 | 0 | 26 | 17 | 100 | 526 | 14 | 40 |
| Binary | 1011011 | 1000111 | 1001101 | 0 | 10110 | 1111 | 1000000 | 101010110 | 1100 | 100000 |
Color Harmonies of #5B474D
Complementary color
Monochromatic Colors of #5B474D
Black with #5B474D
Text Example
Text Example
White with #5B474D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B474D; }
p { color: rgb(91,71,77); }
H1.HeaderClassName
{
color: #5B474D;
}
.AnyTagClassName
{
color: #5B474D;
}
</style>
background-color css
<style>
a { background-color: #5B474D; }
a { background-color: rgb(91,71,77); }
div.DivClassName
{
background-color: #5B474D;
}
.BgClassName
{
background-color: #5B474D;
}
</style>
border-color css
<style>
span { border-color: #5B474D; }
span { border-color: rgb(91,71,77); }
td.TdClassName
{
border-color: #5B474D;
}
.TagClassName
{
border-color: #5B474D;
}
</style>