Shades of Dark Slate #485F5C
Tints of Dark Slate #485F5C
RGB
CMYK
RGB Variations
Color information
#485F5C (or 0x485F5C) is known color: Dark Slate. HEX triplet: 48, 5F and 5C. RGB value is (72,95,92). Sum of RGB (Red+Green+Blue) = 72+95+92=259 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.80% from 259); Green value is 95 (37.5% from 255 or 36.68% from 259); Blue value is 92 (36.33% from 255 or 35.52% from 259); Max value from RGB is 95 - color contains mainly: green. Hex color #485F5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485F5C is #B7A0A3. Grayscale: #575757. Windows color (decimal): -12034212 or 6053704. OLE color: 6053704.
HSL color Cylindrical-coordinate representation of color #485F5C: hue angle of 172.17º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #485F5C is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 72 | 95 | 92 | - |
| CMYK | 0.24 | 0 | 0.03 | 0.63 |
| HSL | 172.17º | 0.14% | 0.33% | - |
| HSV(B) | 172.17º | 0.24% | 0.37% | - |
| XYZ | 8.7 | 10.33 | 11.66 | - |
| YUV | 87.78 | 130.38 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 95 | 92 | 0.24 | 0 | 0.03 | 0.63 | 172.17 | 0.14 | 0.33 |
| Hex | 48 | 5F | 5C | 18 | 0 | 3 | 3F | AC | E | 21 |
| Octal | 110 | 137 | 134 | 30 | 0 | 3 | 77 | 254 | 16 | 41 |
| Binary | 1001000 | 1011111 | 1011100 | 11000 | 0 | 11 | 111111 | 10101100 | 1110 | 100001 |
Color Harmonies of #485F5C
Complementary color
Monochromatic Colors of #485F5C
Black with #485F5C
Text Example
Text Example
White with #485F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485F5C; }
p { color: rgb(72,95,92); }
H1.HeaderClassName
{
color: #485F5C;
}
.AnyTagClassName
{
color: #485F5C;
}
</style>
background-color css
<style>
a { background-color: #485F5C; }
a { background-color: rgb(72,95,92); }
div.DivClassName
{
background-color: #485F5C;
}
.BgClassName
{
background-color: #485F5C;
}
</style>
border-color css
<style>
span { border-color: #485F5C; }
span { border-color: rgb(72,95,92); }
td.TdClassName
{
border-color: #485F5C;
}
.TagClassName
{
border-color: #485F5C;
}
</style>