Shades of Dark Slate #425753
Tints of Dark Slate #425753
RGB
CMYK
RGB Variations
Color information
#425753 (or 0x425753) is known color: Dark Slate. HEX triplet: 42, 57 and 53. RGB value is (66,87,83). Sum of RGB (Red+Green+Blue) = 66+87+83=236 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.97% from 236); Green value is 87 (34.38% from 255 or 36.86% from 236); Blue value is 83 (32.81% from 255 or 35.17% from 236); Max value from RGB is 87 - color contains mainly: green. Hex color #425753 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425753 is #BDA8AC. Grayscale: #505050. Windows color (decimal): -12429485 or 5461826. OLE color: 5461826.
HSL color Cylindrical-coordinate representation of color #425753: hue angle of 168.57º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #425753 is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 66 | 87 | 83 | - |
| CMYK | 0.24 | 0 | 0.05 | 0.66 |
| HSL | 168.57º | 0.14% | 0.3% | - |
| HSV(B) | 168.57º | 0.24% | 0.34% | - |
| XYZ | 7.22 | 8.6 | 9.46 | - |
| YUV | 80.27 | 129.54 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 87 | 83 | 0.24 | 0 | 0.05 | 0.66 | 168.57 | 0.14 | 0.3 |
| Hex | 42 | 57 | 53 | 18 | 0 | 5 | 42 | A9 | E | 1E |
| Octal | 102 | 127 | 123 | 30 | 0 | 5 | 102 | 251 | 16 | 36 |
| Binary | 1000010 | 1010111 | 1010011 | 11000 | 0 | 101 | 1000010 | 10101001 | 1110 | 11110 |
Color Harmonies of #425753
Complementary color
Monochromatic Colors of #425753
Black with #425753
Text Example
Text Example
White with #425753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425753; }
p { color: rgb(66,87,83); }
H1.HeaderClassName
{
color: #425753;
}
.AnyTagClassName
{
color: #425753;
}
</style>
background-color css
<style>
a { background-color: #425753; }
a { background-color: rgb(66,87,83); }
div.DivClassName
{
background-color: #425753;
}
.BgClassName
{
background-color: #425753;
}
</style>
border-color css
<style>
span { border-color: #425753; }
span { border-color: rgb(66,87,83); }
td.TdClassName
{
border-color: #425753;
}
.TagClassName
{
border-color: #425753;
}
</style>