Shades of Don Juan #5A494C
Tints of Don Juan #5A494C
RGB
CMYK
RGB Variations
Color information
#5A494C (or 0x5A494C) is known color: Don Juan. HEX triplet: 5A, 49 and 4C. RGB value is (90,73,76). Sum of RGB (Red+Green+Blue) = 90+73+76=239 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.66% from 239); Green value is 73 (28.91% from 255 or 30.54% from 239); Blue value is 76 (30.08% from 255 or 31.80% from 239); Max value from RGB is 90 - color contains mainly: red. Hex color #5A494C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A494C is #A5B6B3. Grayscale: #4E4E4E. Windows color (decimal): -10860212 or 4999514. OLE color: 4999514.
HSL color Cylindrical-coordinate representation of color #5A494C: hue angle of 349.41º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5A494C is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 73 | 76 | - |
| CMYK | 0 | 0.19 | 0.16 | 0.65 |
| HSL | 349.41º | 0.1% | 0.32% | - |
| HSV(B) | 349.41º | 0.19% | 0.35% | - |
| XYZ | 7.9 | 7.46 | 7.86 | - |
| YUV | 78.43 | 126.63 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 73 | 76 | 0 | 0.19 | 0.16 | 0.65 | 349.41 | 0.1 | 0.32 |
| Hex | 5A | 49 | 4C | 0 | 13 | 10 | 41 | 15D | A | 20 |
| Octal | 132 | 111 | 114 | 0 | 23 | 20 | 101 | 535 | 12 | 40 |
| Binary | 1011010 | 1001001 | 1001100 | 0 | 10011 | 10000 | 1000001 | 101011101 | 1010 | 100000 |
Color Harmonies of #5A494C
Complementary color
Monochromatic Colors of #5A494C
Black with #5A494C
Text Example
Text Example
White with #5A494C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A494C; }
p { color: rgb(90,73,76); }
H1.HeaderClassName
{
color: #5A494C;
}
.AnyTagClassName
{
color: #5A494C;
}
</style>
background-color css
<style>
a { background-color: #5A494C; }
a { background-color: rgb(90,73,76); }
div.DivClassName
{
background-color: #5A494C;
}
.BgClassName
{
background-color: #5A494C;
}
</style>
border-color css
<style>
span { border-color: #5A494C; }
span { border-color: rgb(90,73,76); }
td.TdClassName
{
border-color: #5A494C;
}
.TagClassName
{
border-color: #5A494C;
}
</style>