Shades of Dark Slate #425D58
Tints of Dark Slate #425D58
RGB
CMYK
RGB Variations
Color information
#425D58 (or 0x425D58) is known color: Dark Slate. HEX triplet: 42, 5D and 58. RGB value is (66,93,88). Sum of RGB (Red+Green+Blue) = 66+93+88=247 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.72% from 247); Green value is 93 (36.72% from 255 or 37.65% from 247); Blue value is 88 (34.77% from 255 or 35.63% from 247); Max value from RGB is 93 - color contains mainly: green. Hex color #425D58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425D58 is #BDA2A7. Grayscale: #545454. Windows color (decimal): -12427944 or 5791042. OLE color: 5791042.
HSL color Cylindrical-coordinate representation of color #425D58: hue angle of 168.89º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #425D58 is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 66 | 93 | 88 | - |
| CMYK | 0.29 | 0 | 0.05 | 0.64 |
| HSL | 168.89º | 0.17% | 0.31% | - |
| HSV(B) | 168.89º | 0.29% | 0.36% | - |
| XYZ | 7.92 | 9.69 | 10.69 | - |
| YUV | 84.36 | 130.05 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 93 | 88 | 0.29 | 0 | 0.05 | 0.64 | 168.89 | 0.17 | 0.31 |
| Hex | 42 | 5D | 58 | 1D | 0 | 5 | 40 | A9 | 11 | 1F |
| Octal | 102 | 135 | 130 | 35 | 0 | 5 | 100 | 251 | 21 | 37 |
| Binary | 1000010 | 1011101 | 1011000 | 11101 | 0 | 101 | 1000000 | 10101001 | 10001 | 11111 |
Color Harmonies of #425D58
Complementary color
Monochromatic Colors of #425D58
Black with #425D58
Text Example
Text Example
White with #425D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425D58; }
p { color: rgb(66,93,88); }
H1.HeaderClassName
{
color: #425D58;
}
.AnyTagClassName
{
color: #425D58;
}
</style>
background-color css
<style>
a { background-color: #425D58; }
a { background-color: rgb(66,93,88); }
div.DivClassName
{
background-color: #425D58;
}
.BgClassName
{
background-color: #425D58;
}
</style>
border-color css
<style>
span { border-color: #425D58; }
span { border-color: rgb(66,93,88); }
td.TdClassName
{
border-color: #425D58;
}
.TagClassName
{
border-color: #425D58;
}
</style>