Shades of Dark Slate #485E5B
Tints of Dark Slate #485E5B
RGB
CMYK
RGB Variations
Color information
#485E5B (or 0x485E5B) is known color: Dark Slate. HEX triplet: 48, 5E and 5B. RGB value is (72,94,91). Sum of RGB (Red+Green+Blue) = 72+94+91=257 (34% of max value = 765). Red value is 72 (28.52% from 255 or 28.02% from 257); Green value is 94 (37.11% from 255 or 36.58% from 257); Blue value is 91 (35.94% from 255 or 35.41% from 257); Max value from RGB is 94 - color contains mainly: green. Hex color #485E5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485E5B is #B7A1A4. Grayscale: #575757. Windows color (decimal): -12034469 or 5987912. OLE color: 5987912.
HSL color Cylindrical-coordinate representation of color #485E5B: hue angle of 171.82º 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 #485E5B is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 72 | 94 | 91 | - |
| CMYK | 0.23 | 0 | 0.03 | 0.63 |
| HSL | 171.82º | 0.13% | 0.33% | - |
| HSV(B) | 171.82º | 0.23% | 0.37% | - |
| XYZ | 8.56 | 10.14 | 11.4 | - |
| YUV | 87.08 | 130.21 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 94 | 91 | 0.23 | 0 | 0.03 | 0.63 | 171.82 | 0.13 | 0.33 |
| Hex | 48 | 5E | 5B | 17 | 0 | 3 | 3F | AC | D | 21 |
| Octal | 110 | 136 | 133 | 27 | 0 | 3 | 77 | 254 | 15 | 41 |
| Binary | 1001000 | 1011110 | 1011011 | 10111 | 0 | 11 | 111111 | 10101100 | 1101 | 100001 |
Color Harmonies of #485E5B
Complementary color
Monochromatic Colors of #485E5B
Black with #485E5B
Text Example
Text Example
White with #485E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485E5B; }
p { color: rgb(72,94,91); }
H1.HeaderClassName
{
color: #485E5B;
}
.AnyTagClassName
{
color: #485E5B;
}
</style>
background-color css
<style>
a { background-color: #485E5B; }
a { background-color: rgb(72,94,91); }
div.DivClassName
{
background-color: #485E5B;
}
.BgClassName
{
background-color: #485E5B;
}
</style>
border-color css
<style>
span { border-color: #485E5B; }
span { border-color: rgb(72,94,91); }
td.TdClassName
{
border-color: #485E5B;
}
.TagClassName
{
border-color: #485E5B;
}
</style>