Shades of Don Juan #544E50
Tints of Don Juan #544E50
RGB
CMYK
RGB Variations
Color information
#544E50 (or 0x544E50) is known color: Don Juan. HEX triplet: 54, 4E and 50. RGB value is (84,78,80). Sum of RGB (Red+Green+Blue) = 84+78+80=242 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.71% from 242); Green value is 78 (30.86% from 255 or 32.23% from 242); Blue value is 80 (31.64% from 255 or 33.06% from 242); Max value from RGB is 84 - color contains mainly: red. Hex color #544E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #544E50 is #ABB1AF. Grayscale: #505050. Windows color (decimal): -11252144 or 5262932. OLE color: 5262932.
HSL color Cylindrical-coordinate representation of color #544E50: hue angle of 340º degrees, saturation: 0.04, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #544E50 is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 78 | 80 | - |
| CMYK | 0 | 0.07 | 0.05 | 0.67 |
| HSL | 340º | 0.04% | 0.32% | - |
| HSV(B) | 340º | 0.07% | 0.33% | - |
| XYZ | 7.83 | 7.91 | 8.7 | - |
| YUV | 80.02 | 127.99 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 78 | 80 | 0 | 0.07 | 0.05 | 0.67 | 340 | 0.04 | 0.32 |
| Hex | 54 | 4E | 50 | 0 | 7 | 5 | 43 | 154 | 4 | 20 |
| Octal | 124 | 116 | 120 | 0 | 7 | 5 | 103 | 524 | 4 | 40 |
| Binary | 1010100 | 1001110 | 1010000 | 0 | 111 | 101 | 1000011 | 101010100 | 100 | 100000 |
Color Harmonies of #544E50
Complementary color
Monochromatic Colors of #544E50
Black with #544E50
Text Example
Text Example
White with #544E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544E50; }
p { color: rgb(84,78,80); }
H1.HeaderClassName
{
color: #544E50;
}
.AnyTagClassName
{
color: #544E50;
}
</style>
background-color css
<style>
a { background-color: #544E50; }
a { background-color: rgb(84,78,80); }
div.DivClassName
{
background-color: #544E50;
}
.BgClassName
{
background-color: #544E50;
}
</style>
border-color css
<style>
span { border-color: #544E50; }
span { border-color: rgb(84,78,80); }
td.TdClassName
{
border-color: #544E50;
}
.TagClassName
{
border-color: #544E50;
}
</style>