Shades of Don Juan #5B494F
Tints of Don Juan #5B494F
RGB
CMYK
RGB Variations
Color information
#5B494F (or 0x5B494F) is known color: Don Juan. HEX triplet: 5B, 49 and 4F. RGB value is (91,73,79). Sum of RGB (Red+Green+Blue) = 91+73+79=243 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.45% from 243); Green value is 73 (28.91% from 255 or 30.04% from 243); Blue value is 79 (31.25% from 255 or 32.51% from 243); Max value from RGB is 91 - color contains mainly: red. Hex color #5B494F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B494F is #A4B6B0. Grayscale: #4F4F4F. Windows color (decimal): -10794673 or 5196123. OLE color: 5196123.
HSL color Cylindrical-coordinate representation of color #5B494F: hue angle of 340º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5B494F is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 73 | 79 | - |
| CMYK | 0 | 0.20 | 0.13 | 0.64 |
| HSL | 340º | 0.11% | 0.32% | - |
| HSV(B) | 340º | 0.2% | 0.36% | - |
| XYZ | 8.11 | 7.55 | 8.43 | - |
| YUV | 79.07 | 127.96 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 73 | 79 | 0 | 0.20 | 0.13 | 0.64 | 340 | 0.11 | 0.32 |
| Hex | 5B | 49 | 4F | 0 | 14 | D | 40 | 154 | B | 20 |
| Octal | 133 | 111 | 117 | 0 | 24 | 15 | 100 | 524 | 13 | 40 |
| Binary | 1011011 | 1001001 | 1001111 | 0 | 10100 | 1101 | 1000000 | 101010100 | 1011 | 100000 |
Color Harmonies of #5B494F
Complementary color
Monochromatic Colors of #5B494F
Black with #5B494F
Text Example
Text Example
White with #5B494F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B494F; }
p { color: rgb(91,73,79); }
H1.HeaderClassName
{
color: #5B494F;
}
.AnyTagClassName
{
color: #5B494F;
}
</style>
background-color css
<style>
a { background-color: #5B494F; }
a { background-color: rgb(91,73,79); }
div.DivClassName
{
background-color: #5B494F;
}
.BgClassName
{
background-color: #5B494F;
}
</style>
border-color css
<style>
span { border-color: #5B494F; }
span { border-color: rgb(91,73,79); }
td.TdClassName
{
border-color: #5B494F;
}
.TagClassName
{
border-color: #5B494F;
}
</style>