Shades of Dark Slate #425552
Tints of Dark Slate #425552
RGB
CMYK
RGB Variations
Color information
#425552 (or 0x425552) is known color: Dark Slate. HEX triplet: 42, 55 and 52. RGB value is (66,85,82). Sum of RGB (Red+Green+Blue) = 66+85+82=233 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.33% from 233); Green value is 85 (33.59% from 255 or 36.48% from 233); Blue value is 82 (32.42% from 255 or 35.19% from 233); Max value from RGB is 85 - color contains mainly: green. Hex color #425552 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425552 is #BDAAAD. Grayscale: #4E4E4E. Windows color (decimal): -12429998 or 5395778. OLE color: 5395778.
HSL color Cylindrical-coordinate representation of color #425552: hue angle of 170.53º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #425552 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 66 | 85 | 82 | - |
| CMYK | 0.22 | 0 | 0.04 | 0.67 |
| HSL | 170.53º | 0.13% | 0.3% | - |
| HSV(B) | 170.53º | 0.22% | 0.33% | - |
| XYZ | 7.02 | 8.26 | 9.21 | - |
| YUV | 78.98 | 129.71 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 85 | 82 | 0.22 | 0 | 0.04 | 0.67 | 170.53 | 0.13 | 0.3 |
| Hex | 42 | 55 | 52 | 16 | 0 | 4 | 43 | AB | D | 1E |
| Octal | 102 | 125 | 122 | 26 | 0 | 4 | 103 | 253 | 15 | 36 |
| Binary | 1000010 | 1010101 | 1010010 | 10110 | 0 | 100 | 1000011 | 10101011 | 1101 | 11110 |
Color Harmonies of #425552
Complementary color
Monochromatic Colors of #425552
Black with #425552
Text Example
Text Example
White with #425552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425552; }
p { color: rgb(66,85,82); }
H1.HeaderClassName
{
color: #425552;
}
.AnyTagClassName
{
color: #425552;
}
</style>
background-color css
<style>
a { background-color: #425552; }
a { background-color: rgb(66,85,82); }
div.DivClassName
{
background-color: #425552;
}
.BgClassName
{
background-color: #425552;
}
</style>
border-color css
<style>
span { border-color: #425552; }
span { border-color: rgb(66,85,82); }
td.TdClassName
{
border-color: #425552;
}
.TagClassName
{
border-color: #425552;
}
</style>