Shades of Don Juan #574A4D
Tints of Don Juan #574A4D
RGB
CMYK
RGB Variations
Color information
#574A4D (or 0x574A4D) is known color: Don Juan. HEX triplet: 57, 4A and 4D. RGB value is (87,74,77). Sum of RGB (Red+Green+Blue) = 87+74+77=238 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.55% from 238); Green value is 74 (29.30% from 255 or 31.09% from 238); Blue value is 77 (30.47% from 255 or 32.35% from 238); Max value from RGB is 87 - color contains mainly: red. Hex color #574A4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574A4D is #A8B5B2. Grayscale: #4E4E4E. Windows color (decimal): -11056563 or 5065303. OLE color: 5065303.
HSL color Cylindrical-coordinate representation of color #574A4D: hue angle of 346.15º degrees, saturation: 0.08, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #574A4D is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 74 | 77 | - |
| CMYK | 0 | 0.15 | 0.11 | 0.66 |
| HSL | 346.15º | 0.08% | 0.32% | - |
| HSV(B) | 346.15º | 0.15% | 0.34% | - |
| XYZ | 7.72 | 7.46 | 8.05 | - |
| YUV | 78.23 | 127.31 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 74 | 77 | 0 | 0.15 | 0.11 | 0.66 | 346.15 | 0.08 | 0.32 |
| Hex | 57 | 4A | 4D | 0 | F | B | 42 | 15A | 8 | 20 |
| Octal | 127 | 112 | 115 | 0 | 17 | 13 | 102 | 532 | 10 | 40 |
| Binary | 1010111 | 1001010 | 1001101 | 0 | 1111 | 1011 | 1000010 | 101011010 | 1000 | 100000 |
Color Harmonies of #574A4D
Complementary color
Monochromatic Colors of #574A4D
Black with #574A4D
Text Example
Text Example
White with #574A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574A4D; }
p { color: rgb(87,74,77); }
H1.HeaderClassName
{
color: #574A4D;
}
.AnyTagClassName
{
color: #574A4D;
}
</style>
background-color css
<style>
a { background-color: #574A4D; }
a { background-color: rgb(87,74,77); }
div.DivClassName
{
background-color: #574A4D;
}
.BgClassName
{
background-color: #574A4D;
}
</style>
border-color css
<style>
span { border-color: #574A4D; }
span { border-color: rgb(87,74,77); }
td.TdClassName
{
border-color: #574A4D;
}
.TagClassName
{
border-color: #574A4D;
}
</style>