Shades of Dark Slate #485A59
Tints of Dark Slate #485A59
RGB
CMYK
RGB Variations
Color information
#485A59 (or 0x485A59) is known color: Dark Slate. HEX triplet: 48, 5A and 59. RGB value is (72,90,89). Sum of RGB (Red+Green+Blue) = 72+90+89=251 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.69% from 251); Green value is 90 (35.55% from 255 or 35.86% from 251); Blue value is 89 (35.16% from 255 or 35.46% from 251); Max value from RGB is 90 - color contains mainly: green. Hex color #485A59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485A59 is #B7A5A6. Grayscale: #545454. Windows color (decimal): -12035495 or 5855816. OLE color: 5855816.
HSL color Cylindrical-coordinate representation of color #485A59: hue angle of 176.67º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #485A59 is Cyan = 0.20, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 72 | 90 | 89 | - |
| CMYK | 0.20 | 0 | 0.01 | 0.65 |
| HSL | 176.67º | 0.11% | 0.32% | - |
| HSV(B) | 176.67º | 0.2% | 0.35% | - |
| XYZ | 8.13 | 9.41 | 10.84 | - |
| YUV | 84.5 | 130.54 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 90 | 89 | 0.20 | 0 | 0.01 | 0.65 | 176.67 | 0.11 | 0.32 |
| Hex | 48 | 5A | 59 | 14 | 0 | 1 | 41 | B1 | B | 20 |
| Octal | 110 | 132 | 131 | 24 | 0 | 1 | 101 | 261 | 13 | 40 |
| Binary | 1001000 | 1011010 | 1011001 | 10100 | 0 | 1 | 1000001 | 10110001 | 1011 | 100000 |
Color Harmonies of #485A59
Complementary color
Monochromatic Colors of #485A59
Black with #485A59
Text Example
Text Example
White with #485A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485A59; }
p { color: rgb(72,90,89); }
H1.HeaderClassName
{
color: #485A59;
}
.AnyTagClassName
{
color: #485A59;
}
</style>
background-color css
<style>
a { background-color: #485A59; }
a { background-color: rgb(72,90,89); }
div.DivClassName
{
background-color: #485A59;
}
.BgClassName
{
background-color: #485A59;
}
</style>
border-color css
<style>
span { border-color: #485A59; }
span { border-color: rgb(72,90,89); }
td.TdClassName
{
border-color: #485A59;
}
.TagClassName
{
border-color: #485A59;
}
</style>