Shades of Don Juan #5B4E4F
Tints of Don Juan #5B4E4F
RGB
CMYK
RGB Variations
Color information
#5B4E4F (or 0x5B4E4F) is known color: Don Juan. HEX triplet: 5B, 4E and 4F. RGB value is (91,78,79). Sum of RGB (Red+Green+Blue) = 91+78+79=248 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.69% from 248); Green value is 78 (30.86% from 255 or 31.45% from 248); Blue value is 79 (31.25% from 255 or 31.85% from 248); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4E4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B4E4F is #A4B1B0. Grayscale: #525252. Windows color (decimal): -10793393 or 5197403. OLE color: 5197403.
HSL color Cylindrical-coordinate representation of color #5B4E4F: hue angle of 355.38º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5B4E4F is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 78 | 79 | - |
| CMYK | 0 | 0.14 | 0.13 | 0.64 |
| HSL | 355.38º | 0.08% | 0.33% | - |
| HSV(B) | 355.38º | 0.14% | 0.36% | - |
| XYZ | 8.45 | 8.24 | 8.54 | - |
| YUV | 82 | 126.31 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 78 | 79 | 0 | 0.14 | 0.13 | 0.64 | 355.38 | 0.08 | 0.33 |
| Hex | 5B | 4E | 4F | 0 | E | D | 40 | 163 | 8 | 21 |
| Octal | 133 | 116 | 117 | 0 | 16 | 15 | 100 | 543 | 10 | 41 |
| Binary | 1011011 | 1001110 | 1001111 | 0 | 1110 | 1101 | 1000000 | 101100011 | 1000 | 100001 |
Color Harmonies of #5B4E4F
Complementary color
Monochromatic Colors of #5B4E4F
Black with #5B4E4F
Text Example
Text Example
White with #5B4E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4E4F; }
p { color: rgb(91,78,79); }
H1.HeaderClassName
{
color: #5B4E4F;
}
.AnyTagClassName
{
color: #5B4E4F;
}
</style>
background-color css
<style>
a { background-color: #5B4E4F; }
a { background-color: rgb(91,78,79); }
div.DivClassName
{
background-color: #5B4E4F;
}
.BgClassName
{
background-color: #5B4E4F;
}
</style>
border-color css
<style>
span { border-color: #5B4E4F; }
span { border-color: rgb(91,78,79); }
td.TdClassName
{
border-color: #5B4E4F;
}
.TagClassName
{
border-color: #5B4E4F;
}
</style>