Shades of Dark Slate #485D59
Tints of Dark Slate #485D59
RGB
CMYK
RGB Variations
Color information
#485D59 (or 0x485D59) is known color: Dark Slate. HEX triplet: 48, 5D and 59. RGB value is (72,93,89). Sum of RGB (Red+Green+Blue) = 72+93+89=254 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.35% from 254); Green value is 93 (36.72% from 255 or 36.61% from 254); Blue value is 89 (35.16% from 255 or 35.04% from 254); Max value from RGB is 93 - color contains mainly: green. Hex color #485D59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485D59 is #B7A2A6. Grayscale: #565656. Windows color (decimal): -12034727 or 5856584. OLE color: 5856584.
HSL color Cylindrical-coordinate representation of color #485D59: hue angle of 168.57º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #485D59 is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 72 | 93 | 89 | - |
| CMYK | 0.23 | 0 | 0.04 | 0.64 |
| HSL | 168.57º | 0.13% | 0.32% | - |
| HSV(B) | 168.57º | 0.23% | 0.36% | - |
| XYZ | 8.39 | 9.93 | 10.93 | - |
| YUV | 86.27 | 129.54 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 93 | 89 | 0.23 | 0 | 0.04 | 0.64 | 168.57 | 0.13 | 0.32 |
| Hex | 48 | 5D | 59 | 17 | 0 | 4 | 40 | A9 | D | 20 |
| Octal | 110 | 135 | 131 | 27 | 0 | 4 | 100 | 251 | 15 | 40 |
| Binary | 1001000 | 1011101 | 1011001 | 10111 | 0 | 100 | 1000000 | 10101001 | 1101 | 100000 |
Color Harmonies of #485D59
Complementary color
Monochromatic Colors of #485D59
Black with #485D59
Text Example
Text Example
White with #485D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485D59; }
p { color: rgb(72,93,89); }
H1.HeaderClassName
{
color: #485D59;
}
.AnyTagClassName
{
color: #485D59;
}
</style>
background-color css
<style>
a { background-color: #485D59; }
a { background-color: rgb(72,93,89); }
div.DivClassName
{
background-color: #485D59;
}
.BgClassName
{
background-color: #485D59;
}
</style>
border-color css
<style>
span { border-color: #485D59; }
span { border-color: rgb(72,93,89); }
td.TdClassName
{
border-color: #485D59;
}
.TagClassName
{
border-color: #485D59;
}
</style>