Shades of Dark Slate #485955
Tints of Dark Slate #485955
RGB
CMYK
RGB Variations
Color information
#485955 (or 0x485955) is known color: Dark Slate. HEX triplet: 48, 59 and 55. RGB value is (72,89,85). Sum of RGB (Red+Green+Blue) = 72+89+85=246 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.27% from 246); Green value is 89 (35.16% from 255 or 36.18% from 246); Blue value is 85 (33.59% from 255 or 34.55% from 246); Max value from RGB is 89 - color contains mainly: green. Hex color #485955 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485955 is #B7A6AA. Grayscale: #535353. Windows color (decimal): -12035755 or 5593416. OLE color: 5593416.
HSL color Cylindrical-coordinate representation of color #485955: hue angle of 165.88º 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 #485955 is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 72 | 89 | 85 | - |
| CMYK | 0.19 | 0 | 0.04 | 0.65 |
| HSL | 165.88º | 0.11% | 0.32% | - |
| HSV(B) | 165.88º | 0.19% | 0.35% | - |
| XYZ | 7.88 | 9.18 | 9.95 | - |
| YUV | 83.46 | 128.87 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 89 | 85 | 0.19 | 0 | 0.04 | 0.65 | 165.88 | 0.11 | 0.32 |
| Hex | 48 | 59 | 55 | 13 | 0 | 4 | 41 | A6 | B | 20 |
| Octal | 110 | 131 | 125 | 23 | 0 | 4 | 101 | 246 | 13 | 40 |
| Binary | 1001000 | 1011001 | 1010101 | 10011 | 0 | 100 | 1000001 | 10100110 | 1011 | 100000 |
Color Harmonies of #485955
Complementary color
Monochromatic Colors of #485955
Black with #485955
Text Example
Text Example
White with #485955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485955; }
p { color: rgb(72,89,85); }
H1.HeaderClassName
{
color: #485955;
}
.AnyTagClassName
{
color: #485955;
}
</style>
background-color css
<style>
a { background-color: #485955; }
a { background-color: rgb(72,89,85); }
div.DivClassName
{
background-color: #485955;
}
.BgClassName
{
background-color: #485955;
}
</style>
border-color css
<style>
span { border-color: #485955; }
span { border-color: rgb(72,89,85); }
td.TdClassName
{
border-color: #485955;
}
.TagClassName
{
border-color: #485955;
}
</style>