Shades of Don Juan #58484D
Tints of Don Juan #58484D
RGB
CMYK
RGB Variations
Color information
#58484D (or 0x58484D) is known color: Don Juan. HEX triplet: 58, 48 and 4D. RGB value is (88,72,77). Sum of RGB (Red+Green+Blue) = 88+72+77=237 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.13% from 237); Green value is 72 (28.52% from 255 or 30.38% from 237); Blue value is 77 (30.47% from 255 or 32.49% from 237); Max value from RGB is 88 - color contains mainly: red. Hex color #58484D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58484D is #A7B7B2. Grayscale: #4D4D4D. Windows color (decimal): -10991539 or 5064792. OLE color: 5064792.
HSL color Cylindrical-coordinate representation of color #58484D: hue angle of 341.25º 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 #58484D is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 72 | 77 | - |
| CMYK | 0 | 0.18 | 0.12 | 0.65 |
| HSL | 341.25º | 0.1% | 0.31% | - |
| HSV(B) | 341.25º | 0.18% | 0.35% | - |
| XYZ | 7.68 | 7.25 | 8.01 | - |
| YUV | 77.35 | 127.8 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 72 | 77 | 0 | 0.18 | 0.12 | 0.65 | 341.25 | 0.1 | 0.31 |
| Hex | 58 | 48 | 4D | 0 | 12 | C | 41 | 155 | A | 1F |
| Octal | 130 | 110 | 115 | 0 | 22 | 14 | 101 | 525 | 12 | 37 |
| Binary | 1011000 | 1001000 | 1001101 | 0 | 10010 | 1100 | 1000001 | 101010101 | 1010 | 11111 |
Color Harmonies of #58484D
Complementary color
Monochromatic Colors of #58484D
Black with #58484D
Text Example
Text Example
White with #58484D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58484D; }
p { color: rgb(88,72,77); }
H1.HeaderClassName
{
color: #58484D;
}
.AnyTagClassName
{
color: #58484D;
}
</style>
background-color css
<style>
a { background-color: #58484D; }
a { background-color: rgb(88,72,77); }
div.DivClassName
{
background-color: #58484D;
}
.BgClassName
{
background-color: #58484D;
}
</style>
border-color css
<style>
span { border-color: #58484D; }
span { border-color: rgb(88,72,77); }
td.TdClassName
{
border-color: #58484D;
}
.TagClassName
{
border-color: #58484D;
}
</style>