Shades of Don Juan #57484C
Tints of Don Juan #57484C
RGB
CMYK
RGB Variations
Color information
#57484C (or 0x57484C) is known color: Don Juan. HEX triplet: 57, 48 and 4C. RGB value is (87,72,76). Sum of RGB (Red+Green+Blue) = 87+72+76=235 (31% of max value = 765). Red value is 87 (34.38% from 255 or 37.02% from 235); Green value is 72 (28.52% from 255 or 30.64% from 235); Blue value is 76 (30.08% from 255 or 32.34% from 235); Max value from RGB is 87 - color contains mainly: red. Hex color #57484C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57484C is #A8B7B3. Grayscale: #4C4C4C. Windows color (decimal): -11057076 or 4999255. OLE color: 4999255.
HSL color Cylindrical-coordinate representation of color #57484C: hue angle of 344º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #57484C is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 72 | 76 | - |
| CMYK | 0 | 0.17 | 0.13 | 0.66 |
| HSL | 344º | 0.09% | 0.31% | - |
| HSV(B) | 344º | 0.17% | 0.34% | - |
| XYZ | 7.55 | 7.18 | 7.83 | - |
| YUV | 76.94 | 127.47 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 72 | 76 | 0 | 0.17 | 0.13 | 0.66 | 344 | 0.09 | 0.31 |
| Hex | 57 | 48 | 4C | 0 | 11 | D | 42 | 158 | 9 | 1F |
| Octal | 127 | 110 | 114 | 0 | 21 | 15 | 102 | 530 | 11 | 37 |
| Binary | 1010111 | 1001000 | 1001100 | 0 | 10001 | 1101 | 1000010 | 101011000 | 1001 | 11111 |
Color Harmonies of #57484C
Complementary color
Monochromatic Colors of #57484C
Black with #57484C
Text Example
Text Example
White with #57484C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57484C; }
p { color: rgb(87,72,76); }
H1.HeaderClassName
{
color: #57484C;
}
.AnyTagClassName
{
color: #57484C;
}
</style>
background-color css
<style>
a { background-color: #57484C; }
a { background-color: rgb(87,72,76); }
div.DivClassName
{
background-color: #57484C;
}
.BgClassName
{
background-color: #57484C;
}
</style>
border-color css
<style>
span { border-color: #57484C; }
span { border-color: rgb(87,72,76); }
td.TdClassName
{
border-color: #57484C;
}
.TagClassName
{
border-color: #57484C;
}
</style>