Shades of Don Juan #5A4A4C
Tints of Don Juan #5A4A4C
RGB
CMYK
RGB Variations
Color information
#5A4A4C (or 0x5A4A4C) is known color: Don Juan. HEX triplet: 5A, 4A and 4C. RGB value is (90,74,76). Sum of RGB (Red+Green+Blue) = 90+74+76=240 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.5% from 240); Green value is 74 (29.30% from 255 or 30.83% from 240); Blue value is 76 (30.08% from 255 or 31.67% from 240); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4A4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4A4C is #A5B5B3. Grayscale: #4F4F4F. Windows color (decimal): -10859956 or 4999770. OLE color: 4999770.
HSL color Cylindrical-coordinate representation of color #5A4A4C: hue angle of 352.5º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5A4A4C is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 74 | 76 | - |
| CMYK | 0 | 0.18 | 0.16 | 0.65 |
| HSL | 352.5º | 0.1% | 0.32% | - |
| HSV(B) | 352.5º | 0.18% | 0.35% | - |
| XYZ | 7.97 | 7.59 | 7.88 | - |
| YUV | 79.01 | 126.3 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 74 | 76 | 0 | 0.18 | 0.16 | 0.65 | 352.5 | 0.1 | 0.32 |
| Hex | 5A | 4A | 4C | 0 | 12 | 10 | 41 | 160 | A | 20 |
| Octal | 132 | 112 | 114 | 0 | 22 | 20 | 101 | 540 | 12 | 40 |
| Binary | 1011010 | 1001010 | 1001100 | 0 | 10010 | 10000 | 1000001 | 101100000 | 1010 | 100000 |
Color Harmonies of #5A4A4C
Complementary color
Monochromatic Colors of #5A4A4C
Black with #5A4A4C
Text Example
Text Example
White with #5A4A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4A4C; }
p { color: rgb(90,74,76); }
H1.HeaderClassName
{
color: #5A4A4C;
}
.AnyTagClassName
{
color: #5A4A4C;
}
</style>
background-color css
<style>
a { background-color: #5A4A4C; }
a { background-color: rgb(90,74,76); }
div.DivClassName
{
background-color: #5A4A4C;
}
.BgClassName
{
background-color: #5A4A4C;
}
</style>
border-color css
<style>
span { border-color: #5A4A4C; }
span { border-color: rgb(90,74,76); }
td.TdClassName
{
border-color: #5A4A4C;
}
.TagClassName
{
border-color: #5A4A4C;
}
</style>