Shades of Don Juan #574E50
Tints of Don Juan #574E50
RGB
CMYK
RGB Variations
Color information
#574E50 (or 0x574E50) is known color: Don Juan. HEX triplet: 57, 4E and 50. RGB value is (87,78,80). Sum of RGB (Red+Green+Blue) = 87+78+80=245 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.51% from 245); Green value is 78 (30.86% from 255 or 31.84% from 245); Blue value is 80 (31.64% from 255 or 32.65% from 245); Max value from RGB is 87 - color contains mainly: red. Hex color #574E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #574E50 is #A8B1AF. Grayscale: #505050. Windows color (decimal): -11055536 or 5262935. OLE color: 5262935.
HSL color Cylindrical-coordinate representation of color #574E50: hue angle of 346.67º degrees, saturation: 0.05, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #574E50 is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 78 | 80 | - |
| CMYK | 0 | 0.10 | 0.08 | 0.66 |
| HSL | 346.67º | 0.05% | 0.32% | - |
| HSV(B) | 346.67º | 0.1% | 0.34% | - |
| XYZ | 8.1 | 8.05 | 8.72 | - |
| YUV | 80.92 | 127.48 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 78 | 80 | 0 | 0.10 | 0.08 | 0.66 | 346.67 | 0.05 | 0.32 |
| Hex | 57 | 4E | 50 | 0 | A | 8 | 42 | 15B | 5 | 20 |
| Octal | 127 | 116 | 120 | 0 | 12 | 10 | 102 | 533 | 5 | 40 |
| Binary | 1010111 | 1001110 | 1010000 | 0 | 1010 | 1000 | 1000010 | 101011011 | 101 | 100000 |
Color Harmonies of #574E50
Complementary color
Monochromatic Colors of #574E50
Black with #574E50
Text Example
Text Example
White with #574E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574E50; }
p { color: rgb(87,78,80); }
H1.HeaderClassName
{
color: #574E50;
}
.AnyTagClassName
{
color: #574E50;
}
</style>
background-color css
<style>
a { background-color: #574E50; }
a { background-color: rgb(87,78,80); }
div.DivClassName
{
background-color: #574E50;
}
.BgClassName
{
background-color: #574E50;
}
</style>
border-color css
<style>
span { border-color: #574E50; }
span { border-color: rgb(87,78,80); }
td.TdClassName
{
border-color: #574E50;
}
.TagClassName
{
border-color: #574E50;
}
</style>