Shades of Dark Slate #485251
Tints of Dark Slate #485251
RGB
CMYK
RGB Variations
Color information
#485251 (or 0x485251) is known color: Dark Slate. HEX triplet: 48, 52 and 51. RGB value is (72,82,81). Sum of RGB (Red+Green+Blue) = 72+82+81=235 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.64% from 235); Green value is 82 (32.42% from 255 or 34.89% from 235); Blue value is 81 (32.03% from 255 or 34.47% from 235); Max value from RGB is 82 - color contains mainly: green. Hex color #485251 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485251 is #B7ADAE. Grayscale: #4E4E4E. Windows color (decimal): -12037551 or 5329480. OLE color: 5329480.
HSL color Cylindrical-coordinate representation of color #485251: hue angle of 174º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #485251 is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 72 | 82 | 81 | - |
| CMYK | 0.12 | 0 | 0.01 | 0.68 |
| HSL | 174º | 0.06% | 0.3% | - |
| HSV(B) | 174º | 0.12% | 0.32% | - |
| XYZ | 7.17 | 8.01 | 8.95 | - |
| YUV | 78.9 | 129.19 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 82 | 81 | 0.12 | 0 | 0.01 | 0.68 | 174 | 0.06 | 0.3 |
| Hex | 48 | 52 | 51 | C | 0 | 1 | 44 | AE | 6 | 1E |
| Octal | 110 | 122 | 121 | 14 | 0 | 1 | 104 | 256 | 6 | 36 |
| Binary | 1001000 | 1010010 | 1010001 | 1100 | 0 | 1 | 1000100 | 10101110 | 110 | 11110 |
Color Harmonies of #485251
Complementary color
Monochromatic Colors of #485251
Black with #485251
Text Example
Text Example
White with #485251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485251; }
p { color: rgb(72,82,81); }
H1.HeaderClassName
{
color: #485251;
}
.AnyTagClassName
{
color: #485251;
}
</style>
background-color css
<style>
a { background-color: #485251; }
a { background-color: rgb(72,82,81); }
div.DivClassName
{
background-color: #485251;
}
.BgClassName
{
background-color: #485251;
}
</style>
border-color css
<style>
span { border-color: #485251; }
span { border-color: rgb(72,82,81); }
td.TdClassName
{
border-color: #485251;
}
.TagClassName
{
border-color: #485251;
}
</style>