Shades of Dark Slate #425957
Tints of Dark Slate #425957
RGB
CMYK
RGB Variations
Color information
#425957 (or 0x425957) is known color: Dark Slate. HEX triplet: 42, 59 and 57. RGB value is (66,89,87). Sum of RGB (Red+Green+Blue) = 66+89+87=242 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.27% from 242); Green value is 89 (35.16% from 255 or 36.78% from 242); Blue value is 87 (34.38% from 255 or 35.95% from 242); Max value from RGB is 89 - color contains mainly: green. Hex color #425957 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425957 is #BDA6A8. Grayscale: #515151. Windows color (decimal): -12428969 or 5724482. OLE color: 5724482.
HSL color Cylindrical-coordinate representation of color #425957: hue angle of 174.78º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #425957 is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 66 | 89 | 87 | - |
| CMYK | 0.26 | 0 | 0.02 | 0.65 |
| HSL | 174.78º | 0.15% | 0.3% | - |
| HSV(B) | 174.78º | 0.26% | 0.35% | - |
| XYZ | 7.54 | 8.99 | 10.35 | - |
| YUV | 81.9 | 130.88 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 89 | 87 | 0.26 | 0 | 0.02 | 0.65 | 174.78 | 0.15 | 0.3 |
| Hex | 42 | 59 | 57 | 1A | 0 | 2 | 41 | AF | F | 1E |
| Octal | 102 | 131 | 127 | 32 | 0 | 2 | 101 | 257 | 17 | 36 |
| Binary | 1000010 | 1011001 | 1010111 | 11010 | 0 | 10 | 1000001 | 10101111 | 1111 | 11110 |
Color Harmonies of #425957
Complementary color
Monochromatic Colors of #425957
Black with #425957
Text Example
Text Example
White with #425957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425957; }
p { color: rgb(66,89,87); }
H1.HeaderClassName
{
color: #425957;
}
.AnyTagClassName
{
color: #425957;
}
</style>
background-color css
<style>
a { background-color: #425957; }
a { background-color: rgb(66,89,87); }
div.DivClassName
{
background-color: #425957;
}
.BgClassName
{
background-color: #425957;
}
</style>
border-color css
<style>
span { border-color: #425957; }
span { border-color: rgb(66,89,87); }
td.TdClassName
{
border-color: #425957;
}
.TagClassName
{
border-color: #425957;
}
</style>