Shades of Don Juan #58474B
Tints of Don Juan #58474B
RGB
CMYK
RGB Variations
Color information
#58474B (or 0x58474B) is known color: Don Juan. HEX triplet: 58, 47 and 4B. RGB value is (88,71,75). Sum of RGB (Red+Green+Blue) = 88+71+75=234 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.61% from 234); Green value is 71 (28.12% from 255 or 30.34% from 234); Blue value is 75 (29.69% from 255 or 32.05% from 234); Max value from RGB is 88 - color contains mainly: red. Hex color #58474B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58474B is #A7B8B4. Grayscale: #4C4C4C. Windows color (decimal): -10991797 or 4933464. OLE color: 4933464.
HSL color Cylindrical-coordinate representation of color #58474B: hue angle of 345.88º 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 #58474B is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 71 | 75 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.65 |
| HSL | 345.88º | 0.11% | 0.31% | - |
| HSV(B) | 345.88º | 0.19% | 0.35% | - |
| XYZ | 7.55 | 7.09 | 7.63 | - |
| YUV | 76.54 | 127.13 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 71 | 75 | 0 | 0.19 | 0.15 | 0.65 | 345.88 | 0.11 | 0.31 |
| Hex | 58 | 47 | 4B | 0 | 13 | F | 41 | 15A | B | 1F |
| Octal | 130 | 107 | 113 | 0 | 23 | 17 | 101 | 532 | 13 | 37 |
| Binary | 1011000 | 1000111 | 1001011 | 0 | 10011 | 1111 | 1000001 | 101011010 | 1011 | 11111 |
Color Harmonies of #58474B
Complementary color
Monochromatic Colors of #58474B
Black with #58474B
Text Example
Text Example
White with #58474B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58474B; }
p { color: rgb(88,71,75); }
H1.HeaderClassName
{
color: #58474B;
}
.AnyTagClassName
{
color: #58474B;
}
</style>
background-color css
<style>
a { background-color: #58474B; }
a { background-color: rgb(88,71,75); }
div.DivClassName
{
background-color: #58474B;
}
.BgClassName
{
background-color: #58474B;
}
</style>
border-color css
<style>
span { border-color: #58474B; }
span { border-color: rgb(88,71,75); }
td.TdClassName
{
border-color: #58474B;
}
.TagClassName
{
border-color: #58474B;
}
</style>