Shades of Don Juan #58474C
Tints of Don Juan #58474C
RGB
CMYK
RGB Variations
Color information
#58474C (or 0x58474C) is known color: Don Juan. HEX triplet: 58, 47 and 4C. RGB value is (88,71,76). Sum of RGB (Red+Green+Blue) = 88+71+76=235 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.45% from 235); Green value is 71 (28.12% from 255 or 30.21% from 235); Blue value is 76 (30.08% from 255 or 32.34% from 235); Max value from RGB is 88 - color contains mainly: red. Hex color #58474C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58474C is #A7B8B3. Grayscale: #4C4C4C. Windows color (decimal): -10991796 or 4999000. OLE color: 4999000.
HSL color Cylindrical-coordinate representation of color #58474C: hue angle of 342.35º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #58474C is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 71 | 76 | - |
| CMYK | 0 | 0.19 | 0.14 | 0.65 |
| HSL | 342.35º | 0.11% | 0.31% | - |
| HSV(B) | 342.35º | 0.19% | 0.35% | - |
| XYZ | 7.58 | 7.1 | 7.81 | - |
| YUV | 76.65 | 127.63 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 71 | 76 | 0 | 0.19 | 0.14 | 0.65 | 342.35 | 0.11 | 0.31 |
| Hex | 58 | 47 | 4C | 0 | 13 | E | 41 | 156 | B | 1F |
| Octal | 130 | 107 | 114 | 0 | 23 | 16 | 101 | 526 | 13 | 37 |
| Binary | 1011000 | 1000111 | 1001100 | 0 | 10011 | 1110 | 1000001 | 101010110 | 1011 | 11111 |
Color Harmonies of #58474C
Complementary color
Monochromatic Colors of #58474C
Black with #58474C
Text Example
Text Example
White with #58474C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58474C; }
p { color: rgb(88,71,76); }
H1.HeaderClassName
{
color: #58474C;
}
.AnyTagClassName
{
color: #58474C;
}
</style>
background-color css
<style>
a { background-color: #58474C; }
a { background-color: rgb(88,71,76); }
div.DivClassName
{
background-color: #58474C;
}
.BgClassName
{
background-color: #58474C;
}
</style>
border-color css
<style>
span { border-color: #58474C; }
span { border-color: rgb(88,71,76); }
td.TdClassName
{
border-color: #58474C;
}
.TagClassName
{
border-color: #58474C;
}
</style>