Shades of Don Juan #57474C
Tints of Don Juan #57474C
RGB
CMYK
RGB Variations
Color information
#57474C (or 0x57474C) is known color: Don Juan. HEX triplet: 57, 47 and 4C. RGB value is (87,71,76). Sum of RGB (Red+Green+Blue) = 87+71+76=234 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.18% from 234); Green value is 71 (28.12% from 255 or 30.34% from 234); Blue value is 76 (30.08% from 255 or 32.48% from 234); Max value from RGB is 87 - color contains mainly: red. Hex color #57474C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57474C is #A8B8B3. Grayscale: #4C4C4C. Windows color (decimal): -11057332 or 4998999. OLE color: 4998999.
HSL color Cylindrical-coordinate representation of color #57474C: hue angle of 341.25º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #57474C is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 71 | 76 | - |
| CMYK | 0 | 0.18 | 0.13 | 0.66 |
| HSL | 341.25º | 0.1% | 0.31% | - |
| HSV(B) | 341.25º | 0.18% | 0.34% | - |
| XYZ | 7.49 | 7.05 | 7.8 | - |
| YUV | 76.35 | 127.8 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 71 | 76 | 0 | 0.18 | 0.13 | 0.66 | 341.25 | 0.1 | 0.31 |
| Hex | 57 | 47 | 4C | 0 | 12 | D | 42 | 155 | A | 1F |
| Octal | 127 | 107 | 114 | 0 | 22 | 15 | 102 | 525 | 12 | 37 |
| Binary | 1010111 | 1000111 | 1001100 | 0 | 10010 | 1101 | 1000010 | 101010101 | 1010 | 11111 |
Color Harmonies of #57474C
Complementary color
Monochromatic Colors of #57474C
Black with #57474C
Text Example
Text Example
White with #57474C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57474C; }
p { color: rgb(87,71,76); }
H1.HeaderClassName
{
color: #57474C;
}
.AnyTagClassName
{
color: #57474C;
}
</style>
background-color css
<style>
a { background-color: #57474C; }
a { background-color: rgb(87,71,76); }
div.DivClassName
{
background-color: #57474C;
}
.BgClassName
{
background-color: #57474C;
}
</style>
border-color css
<style>
span { border-color: #57474C; }
span { border-color: rgb(87,71,76); }
td.TdClassName
{
border-color: #57474C;
}
.TagClassName
{
border-color: #57474C;
}
</style>