Shades of Dark Slate #485855
Tints of Dark Slate #485855
RGB
CMYK
RGB Variations
Color information
#485855 (or 0x485855) is known color: Dark Slate. HEX triplet: 48, 58 and 55. RGB value is (72,88,85). Sum of RGB (Red+Green+Blue) = 72+88+85=245 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.39% from 245); Green value is 88 (34.77% from 255 or 35.92% from 245); Blue value is 85 (33.59% from 255 or 34.69% from 245); Max value from RGB is 88 - color contains mainly: green. Hex color #485855 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485855 is #B7A7AA. Grayscale: #525252. Windows color (decimal): -12036011 or 5593160. OLE color: 5593160.
HSL color Cylindrical-coordinate representation of color #485855: hue angle of 168.75º 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 #485855 is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 72 | 88 | 85 | - |
| CMYK | 0.18 | 0 | 0.03 | 0.65 |
| HSL | 168.75º | 0.1% | 0.31% | - |
| HSV(B) | 168.75º | 0.18% | 0.35% | - |
| XYZ | 7.8 | 9.01 | 9.92 | - |
| YUV | 82.87 | 129.2 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 88 | 85 | 0.18 | 0 | 0.03 | 0.65 | 168.75 | 0.1 | 0.31 |
| Hex | 48 | 58 | 55 | 12 | 0 | 3 | 41 | A9 | A | 1F |
| Octal | 110 | 130 | 125 | 22 | 0 | 3 | 101 | 251 | 12 | 37 |
| Binary | 1001000 | 1011000 | 1010101 | 10010 | 0 | 11 | 1000001 | 10101001 | 1010 | 11111 |
Color Harmonies of #485855
Complementary color
Monochromatic Colors of #485855
Black with #485855
Text Example
Text Example
White with #485855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485855; }
p { color: rgb(72,88,85); }
H1.HeaderClassName
{
color: #485855;
}
.AnyTagClassName
{
color: #485855;
}
</style>
background-color css
<style>
a { background-color: #485855; }
a { background-color: rgb(72,88,85); }
div.DivClassName
{
background-color: #485855;
}
.BgClassName
{
background-color: #485855;
}
</style>
border-color css
<style>
span { border-color: #485855; }
span { border-color: rgb(72,88,85); }
td.TdClassName
{
border-color: #485855;
}
.TagClassName
{
border-color: #485855;
}
</style>