Shades of Dark Slate #485958
Tints of Dark Slate #485958
RGB
CMYK
RGB Variations
Color information
#485958 (or 0x485958) is known color: Dark Slate. HEX triplet: 48, 59 and 58. RGB value is (72,89,88). Sum of RGB (Red+Green+Blue) = 72+89+88=249 (32% of max value = 765). Red value is 72 (28.52% from 255 or 28.92% from 249); Green value is 89 (35.16% from 255 or 35.74% from 249); Blue value is 88 (34.77% from 255 or 35.34% from 249); Max value from RGB is 89 - color contains mainly: green. Hex color #485958 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485958 is #B7A6A7. Grayscale: #535353. Windows color (decimal): -12035752 or 5790024. OLE color: 5790024.
HSL color Cylindrical-coordinate representation of color #485958: hue angle of 176.47º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #485958 is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 72 | 89 | 88 | - |
| CMYK | 0.19 | 0 | 0.01 | 0.65 |
| HSL | 176.47º | 0.11% | 0.32% | - |
| HSV(B) | 176.47º | 0.19% | 0.35% | - |
| XYZ | 8.01 | 9.23 | 10.59 | - |
| YUV | 83.8 | 130.37 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 89 | 88 | 0.19 | 0 | 0.01 | 0.65 | 176.47 | 0.11 | 0.32 |
| Hex | 48 | 59 | 58 | 13 | 0 | 1 | 41 | B0 | B | 20 |
| Octal | 110 | 131 | 130 | 23 | 0 | 1 | 101 | 260 | 13 | 40 |
| Binary | 1001000 | 1011001 | 1011000 | 10011 | 0 | 1 | 1000001 | 10110000 | 1011 | 100000 |
Color Harmonies of #485958
Complementary color
Monochromatic Colors of #485958
Black with #485958
Text Example
Text Example
White with #485958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485958; }
p { color: rgb(72,89,88); }
H1.HeaderClassName
{
color: #485958;
}
.AnyTagClassName
{
color: #485958;
}
</style>
background-color css
<style>
a { background-color: #485958; }
a { background-color: rgb(72,89,88); }
div.DivClassName
{
background-color: #485958;
}
.BgClassName
{
background-color: #485958;
}
</style>
border-color css
<style>
span { border-color: #485958; }
span { border-color: rgb(72,89,88); }
td.TdClassName
{
border-color: #485958;
}
.TagClassName
{
border-color: #485958;
}
</style>