Shades of Don Juan #5A474D
Tints of Don Juan #5A474D
RGB
CMYK
RGB Variations
Color information
#5A474D (or 0x5A474D) is known color: Don Juan. HEX triplet: 5A, 47 and 4D. RGB value is (90,71,77). Sum of RGB (Red+Green+Blue) = 90+71+77=238 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.82% from 238); Green value is 71 (28.12% from 255 or 29.83% from 238); Blue value is 77 (30.47% from 255 or 32.35% from 238); Max value from RGB is 90 - color contains mainly: red. Hex color #5A474D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A474D is #A5B8B2. Grayscale: #4D4D4D. Windows color (decimal): -10860723 or 5064538. OLE color: 5064538.
HSL color Cylindrical-coordinate representation of color #5A474D: hue angle of 341.05º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5A474D is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 71 | 77 | - |
| CMYK | 0 | 0.21 | 0.14 | 0.65 |
| HSL | 341.05º | 0.12% | 0.32% | - |
| HSV(B) | 341.05º | 0.21% | 0.35% | - |
| XYZ | 7.81 | 7.22 | 8 | - |
| YUV | 77.37 | 127.79 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 71 | 77 | 0 | 0.21 | 0.14 | 0.65 | 341.05 | 0.12 | 0.32 |
| Hex | 5A | 47 | 4D | 0 | 15 | E | 41 | 155 | C | 20 |
| Octal | 132 | 107 | 115 | 0 | 25 | 16 | 101 | 525 | 14 | 40 |
| Binary | 1011010 | 1000111 | 1001101 | 0 | 10101 | 1110 | 1000001 | 101010101 | 1100 | 100000 |
Color Harmonies of #5A474D
Complementary color
Monochromatic Colors of #5A474D
Black with #5A474D
Text Example
Text Example
White with #5A474D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A474D; }
p { color: rgb(90,71,77); }
H1.HeaderClassName
{
color: #5A474D;
}
.AnyTagClassName
{
color: #5A474D;
}
</style>
background-color css
<style>
a { background-color: #5A474D; }
a { background-color: rgb(90,71,77); }
div.DivClassName
{
background-color: #5A474D;
}
.BgClassName
{
background-color: #5A474D;
}
</style>
border-color css
<style>
span { border-color: #5A474D; }
span { border-color: rgb(90,71,77); }
td.TdClassName
{
border-color: #5A474D;
}
.TagClassName
{
border-color: #5A474D;
}
</style>