Shades of Don Juan #5B5253
Tints of Don Juan #5B5253
RGB
CMYK
RGB Variations
Color information
#5B5253 (or 0x5B5253) is known color: Don Juan. HEX triplet: 5B, 52 and 53. RGB value is (91,82,83). Sum of RGB (Red+Green+Blue) = 91+82+83=256 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.55% from 256); Green value is 82 (32.42% from 255 or 32.03% from 256); Blue value is 83 (32.81% from 255 or 32.42% from 256); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5253 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5253 is #A4ADAC. Grayscale: #545454. Windows color (decimal): -10792365 or 5460571. OLE color: 5460571.
HSL color Cylindrical-coordinate representation of color #5B5253: hue angle of 353.33º degrees, saturation: 0.05, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #5B5253 is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 82 | 83 | - |
| CMYK | 0 | 0.10 | 0.09 | 0.64 |
| HSL | 353.33º | 0.05% | 0.34% | - |
| HSV(B) | 353.33º | 0.1% | 0.36% | - |
| XYZ | 8.89 | 8.88 | 9.43 | - |
| YUV | 84.81 | 126.98 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 82 | 83 | 0 | 0.10 | 0.09 | 0.64 | 353.33 | 0.05 | 0.34 |
| Hex | 5B | 52 | 53 | 0 | A | 9 | 40 | 161 | 5 | 22 |
| Octal | 133 | 122 | 123 | 0 | 12 | 11 | 100 | 541 | 5 | 42 |
| Binary | 1011011 | 1010010 | 1010011 | 0 | 1010 | 1001 | 1000000 | 101100001 | 101 | 100010 |
Color Harmonies of #5B5253
Complementary color
Monochromatic Colors of #5B5253
Black with #5B5253
Text Example
Text Example
White with #5B5253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5253; }
p { color: rgb(91,82,83); }
H1.HeaderClassName
{
color: #5B5253;
}
.AnyTagClassName
{
color: #5B5253;
}
</style>
background-color css
<style>
a { background-color: #5B5253; }
a { background-color: rgb(91,82,83); }
div.DivClassName
{
background-color: #5B5253;
}
.BgClassName
{
background-color: #5B5253;
}
</style>
border-color css
<style>
span { border-color: #5B5253; }
span { border-color: rgb(91,82,83); }
td.TdClassName
{
border-color: #5B5253;
}
.TagClassName
{
border-color: #5B5253;
}
</style>