Shades of Don Juan #5B5354
Tints of Don Juan #5B5354
RGB
CMYK
RGB Variations
Color information
#5B5354 (or 0x5B5354) is known color: Don Juan. HEX triplet: 5B, 53 and 54. RGB value is (91,83,84). Sum of RGB (Red+Green+Blue) = 91+83+84=258 (34% of max value = 765). Red value is 91 (35.94% from 255 or 35.27% from 258); Green value is 83 (32.81% from 255 or 32.17% from 258); Blue value is 84 (33.20% from 255 or 32.56% from 258); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5354 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5354 is #A4ACAB. Grayscale: #555555. Windows color (decimal): -10792108 or 5526363. OLE color: 5526363.
HSL color Cylindrical-coordinate representation of color #5B5354: hue angle of 352.5º degrees, saturation: 0.05, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #5B5354 is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 83 | 84 | - |
| CMYK | 0 | 0.09 | 0.08 | 0.64 |
| HSL | 352.5º | 0.05% | 0.34% | - |
| HSV(B) | 352.5º | 0.09% | 0.36% | - |
| XYZ | 9.01 | 9.05 | 9.66 | - |
| YUV | 85.51 | 127.15 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 83 | 84 | 0 | 0.09 | 0.08 | 0.64 | 352.5 | 0.05 | 0.34 |
| Hex | 5B | 53 | 54 | 0 | 9 | 8 | 40 | 160 | 5 | 22 |
| Octal | 133 | 123 | 124 | 0 | 11 | 10 | 100 | 540 | 5 | 42 |
| Binary | 1011011 | 1010011 | 1010100 | 0 | 1001 | 1000 | 1000000 | 101100000 | 101 | 100010 |
Color Harmonies of #5B5354
Complementary color
Monochromatic Colors of #5B5354
Black with #5B5354
Text Example
Text Example
White with #5B5354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5354; }
p { color: rgb(91,83,84); }
H1.HeaderClassName
{
color: #5B5354;
}
.AnyTagClassName
{
color: #5B5354;
}
</style>
background-color css
<style>
a { background-color: #5B5354; }
a { background-color: rgb(91,83,84); }
div.DivClassName
{
background-color: #5B5354;
}
.BgClassName
{
background-color: #5B5354;
}
</style>
border-color css
<style>
span { border-color: #5B5354; }
span { border-color: rgb(91,83,84); }
td.TdClassName
{
border-color: #5B5354;
}
.TagClassName
{
border-color: #5B5354;
}
</style>