Shades of Dark Slate #425955
Tints of Dark Slate #425955
RGB
CMYK
RGB Variations
Color information
#425955 (or 0x425955) is known color: Dark Slate. HEX triplet: 42, 59 and 55. RGB value is (66,89,85). Sum of RGB (Red+Green+Blue) = 66+89+85=240 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.5% from 240); Green value is 89 (35.16% from 255 or 37.08% from 240); Blue value is 85 (33.59% from 255 or 35.42% from 240); Max value from RGB is 89 - color contains mainly: green. Hex color #425955 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425955 is #BDA6AA. Grayscale: #515151. Windows color (decimal): -12428971 or 5593410. OLE color: 5593410.
HSL color Cylindrical-coordinate representation of color #425955: hue angle of 169.57º 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 #425955 is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 66 | 89 | 85 | - |
| CMYK | 0.26 | 0 | 0.04 | 0.65 |
| HSL | 169.57º | 0.15% | 0.3% | - |
| HSV(B) | 169.57º | 0.26% | 0.35% | - |
| XYZ | 7.46 | 8.96 | 9.93 | - |
| YUV | 81.67 | 129.88 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 89 | 85 | 0.26 | 0 | 0.04 | 0.65 | 169.57 | 0.15 | 0.3 |
| Hex | 42 | 59 | 55 | 1A | 0 | 4 | 41 | AA | F | 1E |
| Octal | 102 | 131 | 125 | 32 | 0 | 4 | 101 | 252 | 17 | 36 |
| Binary | 1000010 | 1011001 | 1010101 | 11010 | 0 | 100 | 1000001 | 10101010 | 1111 | 11110 |
Color Harmonies of #425955
Complementary color
Monochromatic Colors of #425955
Black with #425955
Text Example
Text Example
White with #425955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425955; }
p { color: rgb(66,89,85); }
H1.HeaderClassName
{
color: #425955;
}
.AnyTagClassName
{
color: #425955;
}
</style>
background-color css
<style>
a { background-color: #425955; }
a { background-color: rgb(66,89,85); }
div.DivClassName
{
background-color: #425955;
}
.BgClassName
{
background-color: #425955;
}
</style>
border-color css
<style>
span { border-color: #425955; }
span { border-color: rgb(66,89,85); }
td.TdClassName
{
border-color: #425955;
}
.TagClassName
{
border-color: #425955;
}
</style>