Shades of Don Juan #5B474A
Tints of Don Juan #5B474A
RGB
CMYK
RGB Variations
Color information
#5B474A (or 0x5B474A) is known color: Don Juan. HEX triplet: 5B, 47 and 4A. RGB value is (91,71,74). Sum of RGB (Red+Green+Blue) = 91+71+74=236 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.56% from 236); Green value is 71 (28.12% from 255 or 30.08% from 236); Blue value is 74 (29.30% from 255 or 31.36% from 236); Max value from RGB is 91 - color contains mainly: red. Hex color #5B474A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B474A is #A4B8B5. Grayscale: #4D4D4D. Windows color (decimal): -10795190 or 4867931. OLE color: 4867931.
HSL color Cylindrical-coordinate representation of color #5B474A: hue angle of 351º 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 #5B474A is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 71 | 74 | - |
| CMYK | 0 | 0.22 | 0.19 | 0.64 |
| HSL | 351º | 0.12% | 0.32% | - |
| HSV(B) | 351º | 0.22% | 0.36% | - |
| XYZ | 7.8 | 7.23 | 7.46 | - |
| YUV | 77.32 | 126.13 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 71 | 74 | 0 | 0.22 | 0.19 | 0.64 | 351 | 0.12 | 0.32 |
| Hex | 5B | 47 | 4A | 0 | 16 | 13 | 40 | 15F | C | 20 |
| Octal | 133 | 107 | 112 | 0 | 26 | 23 | 100 | 537 | 14 | 40 |
| Binary | 1011011 | 1000111 | 1001010 | 0 | 10110 | 10011 | 1000000 | 101011111 | 1100 | 100000 |
Color Harmonies of #5B474A
Complementary color
Monochromatic Colors of #5B474A
Black with #5B474A
Text Example
Text Example
White with #5B474A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B474A; }
p { color: rgb(91,71,74); }
H1.HeaderClassName
{
color: #5B474A;
}
.AnyTagClassName
{
color: #5B474A;
}
</style>
background-color css
<style>
a { background-color: #5B474A; }
a { background-color: rgb(91,71,74); }
div.DivClassName
{
background-color: #5B474A;
}
.BgClassName
{
background-color: #5B474A;
}
</style>
border-color css
<style>
span { border-color: #5B474A; }
span { border-color: rgb(91,71,74); }
td.TdClassName
{
border-color: #5B474A;
}
.TagClassName
{
border-color: #5B474A;
}
</style>