Shades of Dark Slate #485B58
Tints of Dark Slate #485B58
RGB
CMYK
RGB Variations
Color information
#485B58 (or 0x485B58) is known color: Dark Slate. HEX triplet: 48, 5B and 58. RGB value is (72,91,88). Sum of RGB (Red+Green+Blue) = 72+91+88=251 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.69% from 251); Green value is 91 (35.94% from 255 or 36.25% from 251); Blue value is 88 (34.77% from 255 or 35.06% from 251); Max value from RGB is 91 - color contains mainly: green. Hex color #485B58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485B58 is #B7A4A7. Grayscale: #545454. Windows color (decimal): -12035240 or 5790536. OLE color: 5790536.
HSL color Cylindrical-coordinate representation of color #485B58: hue angle of 170.53º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #485B58 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 72 | 91 | 88 | - |
| CMYK | 0.21 | 0 | 0.03 | 0.64 |
| HSL | 170.53º | 0.12% | 0.32% | - |
| HSV(B) | 170.53º | 0.21% | 0.36% | - |
| XYZ | 8.18 | 9.56 | 10.65 | - |
| YUV | 84.98 | 129.71 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 91 | 88 | 0.21 | 0 | 0.03 | 0.64 | 170.53 | 0.12 | 0.32 |
| Hex | 48 | 5B | 58 | 15 | 0 | 3 | 40 | AB | C | 20 |
| Octal | 110 | 133 | 130 | 25 | 0 | 3 | 100 | 253 | 14 | 40 |
| Binary | 1001000 | 1011011 | 1011000 | 10101 | 0 | 11 | 1000000 | 10101011 | 1100 | 100000 |
Color Harmonies of #485B58
Complementary color
Monochromatic Colors of #485B58
Black with #485B58
Text Example
Text Example
White with #485B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485B58; }
p { color: rgb(72,91,88); }
H1.HeaderClassName
{
color: #485B58;
}
.AnyTagClassName
{
color: #485B58;
}
</style>
background-color css
<style>
a { background-color: #485B58; }
a { background-color: rgb(72,91,88); }
div.DivClassName
{
background-color: #485B58;
}
.BgClassName
{
background-color: #485B58;
}
</style>
border-color css
<style>
span { border-color: #485B58; }
span { border-color: rgb(72,91,88); }
td.TdClassName
{
border-color: #485B58;
}
.TagClassName
{
border-color: #485B58;
}
</style>