Shades of Don Juan #5E454A
Tints of Don Juan #5E454A
RGB
CMYK
RGB Variations
Color information
#5E454A (or 0x5E454A) is known color: Don Juan. HEX triplet: 5E, 45 and 4A. RGB value is (94,69,74). Sum of RGB (Red+Green+Blue) = 94+69+74=237 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.66% from 237); Green value is 69 (27.34% from 255 or 29.11% from 237); Blue value is 74 (29.30% from 255 or 31.22% from 237); Max value from RGB is 94 - color contains mainly: red. Hex color #5E454A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E454A is #A1BAB5. Grayscale: #4D4D4D. Windows color (decimal): -10599094 or 4867422. OLE color: 4867422.
HSL color Cylindrical-coordinate representation of color #5E454A: hue angle of 348º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5E454A is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 69 | 74 | - |
| CMYK | 0 | 0.27 | 0.21 | 0.63 |
| HSL | 348º | 0.15% | 0.32% | - |
| HSV(B) | 348º | 0.27% | 0.37% | - |
| XYZ | 7.98 | 7.13 | 7.43 | - |
| YUV | 77.05 | 126.28 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 69 | 74 | 0 | 0.27 | 0.21 | 0.63 | 348 | 0.15 | 0.32 |
| Hex | 5E | 45 | 4A | 0 | 1B | 15 | 3F | 15C | F | 20 |
| Octal | 136 | 105 | 112 | 0 | 33 | 25 | 77 | 534 | 17 | 40 |
| Binary | 1011110 | 1000101 | 1001010 | 0 | 11011 | 10101 | 111111 | 101011100 | 1111 | 100000 |
Color Harmonies of #5E454A
Complementary color
Monochromatic Colors of #5E454A
Black with #5E454A
Text Example
Text Example
White with #5E454A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E454A; }
p { color: rgb(94,69,74); }
H1.HeaderClassName
{
color: #5E454A;
}
.AnyTagClassName
{
color: #5E454A;
}
</style>
background-color css
<style>
a { background-color: #5E454A; }
a { background-color: rgb(94,69,74); }
div.DivClassName
{
background-color: #5E454A;
}
.BgClassName
{
background-color: #5E454A;
}
</style>
border-color css
<style>
span { border-color: #5E454A; }
span { border-color: rgb(94,69,74); }
td.TdClassName
{
border-color: #5E454A;
}
.TagClassName
{
border-color: #5E454A;
}
</style>