Shades of Don Juan #5B4C4D
Tints of Don Juan #5B4C4D
RGB
CMYK
RGB Variations
Color information
#5B4C4D (or 0x5B4C4D) is known color: Don Juan. HEX triplet: 5B, 4C and 4D. RGB value is (91,76,77). Sum of RGB (Red+Green+Blue) = 91+76+77=244 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.30% from 244); Green value is 76 (30.08% from 255 or 31.15% from 244); Blue value is 77 (30.47% from 255 or 31.56% from 244); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4C4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B4C4D is #A4B3B2. Grayscale: #505050. Windows color (decimal): -10793907 or 5065819. OLE color: 5065819.
HSL color Cylindrical-coordinate representation of color #5B4C4D: hue angle of 356º degrees, saturation: 0.09, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #5B4C4D is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 76 | 77 | - |
| CMYK | 0 | 0.16 | 0.15 | 0.64 |
| HSL | 356º | 0.09% | 0.33% | - |
| HSV(B) | 356º | 0.16% | 0.36% | - |
| XYZ | 8.24 | 7.93 | 8.12 | - |
| YUV | 80.6 | 125.97 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 76 | 77 | 0 | 0.16 | 0.15 | 0.64 | 356 | 0.09 | 0.33 |
| Hex | 5B | 4C | 4D | 0 | 10 | F | 40 | 164 | 9 | 21 |
| Octal | 133 | 114 | 115 | 0 | 20 | 17 | 100 | 544 | 11 | 41 |
| Binary | 1011011 | 1001100 | 1001101 | 0 | 10000 | 1111 | 1000000 | 101100100 | 1001 | 100001 |
Color Harmonies of #5B4C4D
Complementary color
Monochromatic Colors of #5B4C4D
Black with #5B4C4D
Text Example
Text Example
White with #5B4C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4C4D; }
p { color: rgb(91,76,77); }
H1.HeaderClassName
{
color: #5B4C4D;
}
.AnyTagClassName
{
color: #5B4C4D;
}
</style>
background-color css
<style>
a { background-color: #5B4C4D; }
a { background-color: rgb(91,76,77); }
div.DivClassName
{
background-color: #5B4C4D;
}
.BgClassName
{
background-color: #5B4C4D;
}
</style>
border-color css
<style>
span { border-color: #5B4C4D; }
span { border-color: rgb(91,76,77); }
td.TdClassName
{
border-color: #5B4C4D;
}
.TagClassName
{
border-color: #5B4C4D;
}
</style>