Shades of Dark Slate #485856
Tints of Dark Slate #485856
RGB
CMYK
RGB Variations
Color information
#485856 (or 0x485856) is known color: Dark Slate. HEX triplet: 48, 58 and 56. RGB value is (72,88,86). Sum of RGB (Red+Green+Blue) = 72+88+86=246 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.27% from 246); Green value is 88 (34.77% from 255 or 35.77% from 246); Blue value is 86 (33.98% from 255 or 34.96% from 246); Max value from RGB is 88 - color contains mainly: green. Hex color #485856 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485856 is #B7A7A9. Grayscale: #525252. Windows color (decimal): -12036010 or 5658696. OLE color: 5658696.
HSL color Cylindrical-coordinate representation of color #485856: hue angle of 172.5º 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 #485856 is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 72 | 88 | 86 | - |
| CMYK | 0.18 | 0 | 0.02 | 0.65 |
| HSL | 172.5º | 0.1% | 0.31% | - |
| HSV(B) | 172.5º | 0.18% | 0.35% | - |
| XYZ | 7.84 | 9.03 | 10.13 | - |
| YUV | 82.99 | 129.7 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 88 | 86 | 0.18 | 0 | 0.02 | 0.65 | 172.5 | 0.1 | 0.31 |
| Hex | 48 | 58 | 56 | 12 | 0 | 2 | 41 | AC | A | 1F |
| Octal | 110 | 130 | 126 | 22 | 0 | 2 | 101 | 254 | 12 | 37 |
| Binary | 1001000 | 1011000 | 1010110 | 10010 | 0 | 10 | 1000001 | 10101100 | 1010 | 11111 |
Color Harmonies of #485856
Complementary color
Monochromatic Colors of #485856
Black with #485856
Text Example
Text Example
White with #485856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485856; }
p { color: rgb(72,88,86); }
H1.HeaderClassName
{
color: #485856;
}
.AnyTagClassName
{
color: #485856;
}
</style>
background-color css
<style>
a { background-color: #485856; }
a { background-color: rgb(72,88,86); }
div.DivClassName
{
background-color: #485856;
}
.BgClassName
{
background-color: #485856;
}
</style>
border-color css
<style>
span { border-color: #485856; }
span { border-color: rgb(72,88,86); }
td.TdClassName
{
border-color: #485856;
}
.TagClassName
{
border-color: #485856;
}
</style>