Shades of Dark Slate #485453
Tints of Dark Slate #485453
RGB
CMYK
RGB Variations
Color information
#485453 (or 0x485453) is known color: Dark Slate. HEX triplet: 48, 54 and 53. RGB value is (72,84,83). Sum of RGB (Red+Green+Blue) = 72+84+83=239 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.13% from 239); Green value is 84 (33.20% from 255 or 35.15% from 239); Blue value is 83 (32.81% from 255 or 34.73% from 239); Max value from RGB is 84 - color contains mainly: green. Hex color #485453 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485453 is #B7ABAC. Grayscale: #505050. Windows color (decimal): -12037037 or 5461064. OLE color: 5461064.
HSL color Cylindrical-coordinate representation of color #485453: hue angle of 175º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #485453 is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 72 | 84 | 83 | - |
| CMYK | 0.14 | 0 | 0.01 | 0.67 |
| HSL | 175º | 0.08% | 0.31% | - |
| HSV(B) | 175º | 0.14% | 0.33% | - |
| XYZ | 7.4 | 8.34 | 9.4 | - |
| YUV | 80.3 | 129.52 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 84 | 83 | 0.14 | 0 | 0.01 | 0.67 | 175 | 0.08 | 0.31 |
| Hex | 48 | 54 | 53 | E | 0 | 1 | 43 | AF | 8 | 1F |
| Octal | 110 | 124 | 123 | 16 | 0 | 1 | 103 | 257 | 10 | 37 |
| Binary | 1001000 | 1010100 | 1010011 | 1110 | 0 | 1 | 1000011 | 10101111 | 1000 | 11111 |
Color Harmonies of #485453
Complementary color
Monochromatic Colors of #485453
Black with #485453
Text Example
Text Example
White with #485453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485453; }
p { color: rgb(72,84,83); }
H1.HeaderClassName
{
color: #485453;
}
.AnyTagClassName
{
color: #485453;
}
</style>
background-color css
<style>
a { background-color: #485453; }
a { background-color: rgb(72,84,83); }
div.DivClassName
{
background-color: #485453;
}
.BgClassName
{
background-color: #485453;
}
</style>
border-color css
<style>
span { border-color: #485453; }
span { border-color: rgb(72,84,83); }
td.TdClassName
{
border-color: #485453;
}
.TagClassName
{
border-color: #485453;
}
</style>