Shades of Don Juan #5B484D
Tints of Don Juan #5B484D
RGB
CMYK
RGB Variations
Color information
#5B484D (or 0x5B484D) is known color: Don Juan. HEX triplet: 5B, 48 and 4D. RGB value is (91,72,77). Sum of RGB (Red+Green+Blue) = 91+72+77=240 (31% of max value = 765). Red value is 91 (35.94% from 255 or 37.92% from 240); Green value is 72 (28.52% from 255 or 30% from 240); Blue value is 77 (30.47% from 255 or 32.08% from 240); Max value from RGB is 91 - color contains mainly: red. Hex color #5B484D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B484D is #A4B7B2. Grayscale: #4E4E4E. Windows color (decimal): -10794931 or 5064795. OLE color: 5064795.
HSL color Cylindrical-coordinate representation of color #5B484D: hue angle of 344.21º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5B484D is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 72 | 77 | - |
| CMYK | 0 | 0.21 | 0.15 | 0.64 |
| HSL | 344.21º | 0.12% | 0.32% | - |
| HSV(B) | 344.21º | 0.21% | 0.36% | - |
| XYZ | 7.97 | 7.39 | 8.03 | - |
| YUV | 78.25 | 127.29 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 72 | 77 | 0 | 0.21 | 0.15 | 0.64 | 344.21 | 0.12 | 0.32 |
| Hex | 5B | 48 | 4D | 0 | 15 | F | 40 | 158 | C | 20 |
| Octal | 133 | 110 | 115 | 0 | 25 | 17 | 100 | 530 | 14 | 40 |
| Binary | 1011011 | 1001000 | 1001101 | 0 | 10101 | 1111 | 1000000 | 101011000 | 1100 | 100000 |
Color Harmonies of #5B484D
Complementary color
Monochromatic Colors of #5B484D
Black with #5B484D
Text Example
Text Example
White with #5B484D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B484D; }
p { color: rgb(91,72,77); }
H1.HeaderClassName
{
color: #5B484D;
}
.AnyTagClassName
{
color: #5B484D;
}
</style>
background-color css
<style>
a { background-color: #5B484D; }
a { background-color: rgb(91,72,77); }
div.DivClassName
{
background-color: #5B484D;
}
.BgClassName
{
background-color: #5B484D;
}
</style>
border-color css
<style>
span { border-color: #5B484D; }
span { border-color: rgb(91,72,77); }
td.TdClassName
{
border-color: #5B484D;
}
.TagClassName
{
border-color: #5B484D;
}
</style>