Shades of Don Juan #58484C
Tints of Don Juan #58484C
RGB
CMYK
RGB Variations
Color information
#58484C (or 0x58484C) is known color: Don Juan. HEX triplet: 58, 48 and 4C. RGB value is (88,72,76). Sum of RGB (Red+Green+Blue) = 88+72+76=236 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.29% from 236); Green value is 72 (28.52% from 255 or 30.51% from 236); Blue value is 76 (30.08% from 255 or 32.20% from 236); Max value from RGB is 88 - color contains mainly: red. Hex color #58484C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58484C is #A7B7B3. Grayscale: #4D4D4D. Windows color (decimal): -10991540 or 4999256. OLE color: 4999256.
HSL color Cylindrical-coordinate representation of color #58484C: hue angle of 345º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #58484C is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 72 | 76 | - |
| CMYK | 0 | 0.18 | 0.14 | 0.65 |
| HSL | 345º | 0.1% | 0.31% | - |
| HSV(B) | 345º | 0.18% | 0.35% | - |
| XYZ | 7.65 | 7.23 | 7.83 | - |
| YUV | 77.24 | 127.3 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 72 | 76 | 0 | 0.18 | 0.14 | 0.65 | 345 | 0.1 | 0.31 |
| Hex | 58 | 48 | 4C | 0 | 12 | E | 41 | 159 | A | 1F |
| Octal | 130 | 110 | 114 | 0 | 22 | 16 | 101 | 531 | 12 | 37 |
| Binary | 1011000 | 1001000 | 1001100 | 0 | 10010 | 1110 | 1000001 | 101011001 | 1010 | 11111 |
Color Harmonies of #58484C
Complementary color
Monochromatic Colors of #58484C
Black with #58484C
Text Example
Text Example
White with #58484C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58484C; }
p { color: rgb(88,72,76); }
H1.HeaderClassName
{
color: #58484C;
}
.AnyTagClassName
{
color: #58484C;
}
</style>
background-color css
<style>
a { background-color: #58484C; }
a { background-color: rgb(88,72,76); }
div.DivClassName
{
background-color: #58484C;
}
.BgClassName
{
background-color: #58484C;
}
</style>
border-color css
<style>
span { border-color: #58484C; }
span { border-color: rgb(88,72,76); }
td.TdClassName
{
border-color: #58484C;
}
.TagClassName
{
border-color: #58484C;
}
</style>