Shades of Don Juan #5A5153
Tints of Don Juan #5A5153
RGB
CMYK
RGB Variations
Color information
#5A5153 (or 0x5A5153) is known color: Don Juan. HEX triplet: 5A, 51 and 53. RGB value is (90,81,83). Sum of RGB (Red+Green+Blue) = 90+81+83=254 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.43% from 254); Green value is 81 (32.03% from 255 or 31.89% from 254); Blue value is 83 (32.81% from 255 or 32.68% from 254); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5153 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5153 is #A5AEAC. Grayscale: #535353. Windows color (decimal): -10858157 or 5460314. OLE color: 5460314.
HSL color Cylindrical-coordinate representation of color #5A5153: hue angle of 346.67º degrees, saturation: 0.05, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #5A5153 is Cyan = 0, Magento = 0.1, Yellow = 0.08 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 81 | 83 | - |
| CMYK | 0 | 0.1 | 0.08 | 0.65 |
| HSL | 346.67º | 0.05% | 0.34% | - |
| HSV(B) | 346.67º | 0.1% | 0.35% | - |
| XYZ | 8.72 | 8.68 | 9.4 | - |
| YUV | 83.92 | 127.48 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 81 | 83 | 0 | 0.1 | 0.08 | 0.65 | 346.67 | 0.05 | 0.34 |
| Hex | 5A | 51 | 53 | 0 | A | 8 | 41 | 15B | 5 | 22 |
| Octal | 132 | 121 | 123 | 0 | 12 | 10 | 101 | 533 | 5 | 42 |
| Binary | 1011010 | 1010001 | 1010011 | 0 | 1010 | 1000 | 1000001 | 101011011 | 101 | 100010 |
Color Harmonies of #5A5153
Complementary color
Monochromatic Colors of #5A5153
Black with #5A5153
Text Example
Text Example
White with #5A5153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5153; }
p { color: rgb(90,81,83); }
H1.HeaderClassName
{
color: #5A5153;
}
.AnyTagClassName
{
color: #5A5153;
}
</style>
background-color css
<style>
a { background-color: #5A5153; }
a { background-color: rgb(90,81,83); }
div.DivClassName
{
background-color: #5A5153;
}
.BgClassName
{
background-color: #5A5153;
}
</style>
border-color css
<style>
span { border-color: #5A5153; }
span { border-color: rgb(90,81,83); }
td.TdClassName
{
border-color: #5A5153;
}
.TagClassName
{
border-color: #5A5153;
}
</style>