Shades of Dark Slate #485E5C
Tints of Dark Slate #485E5C
RGB
CMYK
RGB Variations
Color information
#485E5C (or 0x485E5C) is known color: Dark Slate. HEX triplet: 48, 5E and 5C. RGB value is (72,94,92). Sum of RGB (Red+Green+Blue) = 72+94+92=258 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.91% from 258); Green value is 94 (37.11% from 255 or 36.43% from 258); Blue value is 92 (36.33% from 255 or 35.66% from 258); Max value from RGB is 94 - color contains mainly: green. Hex color #485E5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485E5C is #B7A1A3. Grayscale: #575757. Windows color (decimal): -12034468 or 6053448. OLE color: 6053448.
HSL color Cylindrical-coordinate representation of color #485E5C: hue angle of 174.55º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #485E5C is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 72 | 94 | 92 | - |
| CMYK | 0.23 | 0 | 0.02 | 0.63 |
| HSL | 174.55º | 0.13% | 0.33% | - |
| HSV(B) | 174.55º | 0.23% | 0.37% | - |
| XYZ | 8.61 | 10.16 | 11.63 | - |
| YUV | 87.19 | 130.71 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 94 | 92 | 0.23 | 0 | 0.02 | 0.63 | 174.55 | 0.13 | 0.33 |
| Hex | 48 | 5E | 5C | 17 | 0 | 2 | 3F | AF | D | 21 |
| Octal | 110 | 136 | 134 | 27 | 0 | 2 | 77 | 257 | 15 | 41 |
| Binary | 1001000 | 1011110 | 1011100 | 10111 | 0 | 10 | 111111 | 10101111 | 1101 | 100001 |
Color Harmonies of #485E5C
Complementary color
Monochromatic Colors of #485E5C
Black with #485E5C
Text Example
Text Example
White with #485E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485E5C; }
p { color: rgb(72,94,92); }
H1.HeaderClassName
{
color: #485E5C;
}
.AnyTagClassName
{
color: #485E5C;
}
</style>
background-color css
<style>
a { background-color: #485E5C; }
a { background-color: rgb(72,94,92); }
div.DivClassName
{
background-color: #485E5C;
}
.BgClassName
{
background-color: #485E5C;
}
</style>
border-color css
<style>
span { border-color: #485E5C; }
span { border-color: rgb(72,94,92); }
td.TdClassName
{
border-color: #485E5C;
}
.TagClassName
{
border-color: #485E5C;
}
</style>