Shades of Don Juan #5A454A
Tints of Don Juan #5A454A
RGB
CMYK
RGB Variations
Color information
#5A454A (or 0x5A454A) is known color: Don Juan. HEX triplet: 5A, 45 and 4A. RGB value is (90,69,74). Sum of RGB (Red+Green+Blue) = 90+69+74=233 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.63% from 233); Green value is 69 (27.34% from 255 or 29.61% from 233); Blue value is 74 (29.30% from 255 or 31.76% from 233); Max value from RGB is 90 - color contains mainly: red. Hex color #5A454A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A454A is #A5BAB5. Grayscale: #4B4B4B. Windows color (decimal): -10861238 or 4867418. OLE color: 4867418.
HSL color Cylindrical-coordinate representation of color #5A454A: hue angle of 345.71º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5A454A is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 69 | 74 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.65 |
| HSL | 345.71º | 0.13% | 0.31% | - |
| HSV(B) | 345.71º | 0.23% | 0.35% | - |
| XYZ | 7.58 | 6.92 | 7.42 | - |
| YUV | 75.85 | 126.96 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 69 | 74 | 0 | 0.23 | 0.18 | 0.65 | 345.71 | 0.13 | 0.31 |
| Hex | 5A | 45 | 4A | 0 | 17 | 12 | 41 | 15A | D | 1F |
| Octal | 132 | 105 | 112 | 0 | 27 | 22 | 101 | 532 | 15 | 37 |
| Binary | 1011010 | 1000101 | 1001010 | 0 | 10111 | 10010 | 1000001 | 101011010 | 1101 | 11111 |
Color Harmonies of #5A454A
Complementary color
Monochromatic Colors of #5A454A
Black with #5A454A
Text Example
Text Example
White with #5A454A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A454A; }
p { color: rgb(90,69,74); }
H1.HeaderClassName
{
color: #5A454A;
}
.AnyTagClassName
{
color: #5A454A;
}
</style>
background-color css
<style>
a { background-color: #5A454A; }
a { background-color: rgb(90,69,74); }
div.DivClassName
{
background-color: #5A454A;
}
.BgClassName
{
background-color: #5A454A;
}
</style>
border-color css
<style>
span { border-color: #5A454A; }
span { border-color: rgb(90,69,74); }
td.TdClassName
{
border-color: #5A454A;
}
.TagClassName
{
border-color: #5A454A;
}
</style>