Shades of Dark Slate #425C58
Tints of Dark Slate #425C58
RGB
CMYK
RGB Variations
Color information
#425C58 (or 0x425C58) is known color: Dark Slate. HEX triplet: 42, 5C and 58. RGB value is (66,92,88). Sum of RGB (Red+Green+Blue) = 66+92+88=246 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.83% from 246); Green value is 92 (36.33% from 255 or 37.40% from 246); Blue value is 88 (34.77% from 255 or 35.77% from 246); Max value from RGB is 92 - color contains mainly: green. Hex color #425C58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425C58 is #BDA3A7. Grayscale: #535353. Windows color (decimal): -12428200 or 5790786. OLE color: 5790786.
HSL color Cylindrical-coordinate representation of color #425C58: hue angle of 170.77º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #425C58 is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 66 | 92 | 88 | - |
| CMYK | 0.28 | 0 | 0.04 | 0.64 |
| HSL | 170.77º | 0.16% | 0.31% | - |
| HSV(B) | 170.77º | 0.28% | 0.36% | - |
| XYZ | 7.84 | 9.52 | 10.66 | - |
| YUV | 83.77 | 130.39 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 92 | 88 | 0.28 | 0 | 0.04 | 0.64 | 170.77 | 0.16 | 0.31 |
| Hex | 42 | 5C | 58 | 1C | 0 | 4 | 40 | AB | 10 | 1F |
| Octal | 102 | 134 | 130 | 34 | 0 | 4 | 100 | 253 | 20 | 37 |
| Binary | 1000010 | 1011100 | 1011000 | 11100 | 0 | 100 | 1000000 | 10101011 | 10000 | 11111 |
Color Harmonies of #425C58
Complementary color
Monochromatic Colors of #425C58
Black with #425C58
Text Example
Text Example
White with #425C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425C58; }
p { color: rgb(66,92,88); }
H1.HeaderClassName
{
color: #425C58;
}
.AnyTagClassName
{
color: #425C58;
}
</style>
background-color css
<style>
a { background-color: #425C58; }
a { background-color: rgb(66,92,88); }
div.DivClassName
{
background-color: #425C58;
}
.BgClassName
{
background-color: #425C58;
}
</style>
border-color css
<style>
span { border-color: #425C58; }
span { border-color: rgb(66,92,88); }
td.TdClassName
{
border-color: #425C58;
}
.TagClassName
{
border-color: #425C58;
}
</style>