Shades of Dark Slate #485D5B
Tints of Dark Slate #485D5B
RGB
CMYK
RGB Variations
Color information
#485D5B (or 0x485D5B) is known color: Dark Slate. HEX triplet: 48, 5D and 5B. RGB value is (72,93,91). Sum of RGB (Red+Green+Blue) = 72+93+91=256 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.12% from 256); Green value is 93 (36.72% from 255 or 36.33% from 256); Blue value is 91 (35.94% from 255 or 35.55% from 256); Max value from RGB is 93 - color contains mainly: green. Hex color #485D5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485D5B is #B7A2A4. Grayscale: #565656. Windows color (decimal): -12034725 or 5987656. OLE color: 5987656.
HSL color Cylindrical-coordinate representation of color #485D5B: hue angle of 174.29º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #485D5B is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 72 | 93 | 91 | - |
| CMYK | 0.23 | 0 | 0.02 | 0.64 |
| HSL | 174.29º | 0.13% | 0.32% | - |
| HSV(B) | 174.29º | 0.23% | 0.36% | - |
| XYZ | 8.48 | 9.96 | 11.37 | - |
| YUV | 86.49 | 130.54 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 93 | 91 | 0.23 | 0 | 0.02 | 0.64 | 174.29 | 0.13 | 0.32 |
| Hex | 48 | 5D | 5B | 17 | 0 | 2 | 40 | AE | D | 20 |
| Octal | 110 | 135 | 133 | 27 | 0 | 2 | 100 | 256 | 15 | 40 |
| Binary | 1001000 | 1011101 | 1011011 | 10111 | 0 | 10 | 1000000 | 10101110 | 1101 | 100000 |
Color Harmonies of #485D5B
Complementary color
Monochromatic Colors of #485D5B
Black with #485D5B
Text Example
Text Example
White with #485D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485D5B; }
p { color: rgb(72,93,91); }
H1.HeaderClassName
{
color: #485D5B;
}
.AnyTagClassName
{
color: #485D5B;
}
</style>
background-color css
<style>
a { background-color: #485D5B; }
a { background-color: rgb(72,93,91); }
div.DivClassName
{
background-color: #485D5B;
}
.BgClassName
{
background-color: #485D5B;
}
</style>
border-color css
<style>
span { border-color: #485D5B; }
span { border-color: rgb(72,93,91); }
td.TdClassName
{
border-color: #485D5B;
}
.TagClassName
{
border-color: #485D5B;
}
</style>