Shades of Dark Slate #425E5B
Tints of Dark Slate #425E5B
RGB
CMYK
RGB Variations
Color information
#425E5B (or 0x425E5B) is known color: Dark Slate. HEX triplet: 42, 5E and 5B. RGB value is (66,94,91). Sum of RGB (Red+Green+Blue) = 66+94+91=251 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.29% from 251); Green value is 94 (37.11% from 255 or 37.45% from 251); Blue value is 91 (35.94% from 255 or 36.25% from 251); Max value from RGB is 94 - color contains mainly: green. Hex color #425E5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425E5B is #BDA1A4. Grayscale: #555555. Windows color (decimal): -12427685 or 5987906. OLE color: 5987906.
HSL color Cylindrical-coordinate representation of color #425E5B: hue angle of 173.57º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #425E5B is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 66 | 94 | 91 | - |
| CMYK | 0.30 | 0 | 0.03 | 0.63 |
| HSL | 173.57º | 0.18% | 0.31% | - |
| HSV(B) | 173.57º | 0.3% | 0.37% | - |
| XYZ | 8.14 | 9.92 | 11.38 | - |
| YUV | 85.29 | 131.22 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 94 | 91 | 0.30 | 0 | 0.03 | 0.63 | 173.57 | 0.18 | 0.31 |
| Hex | 42 | 5E | 5B | 1E | 0 | 3 | 3F | AE | 12 | 1F |
| Octal | 102 | 136 | 133 | 36 | 0 | 3 | 77 | 256 | 22 | 37 |
| Binary | 1000010 | 1011110 | 1011011 | 11110 | 0 | 11 | 111111 | 10101110 | 10010 | 11111 |
Color Harmonies of #425E5B
Complementary color
Monochromatic Colors of #425E5B
Black with #425E5B
Text Example
Text Example
White with #425E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425E5B; }
p { color: rgb(66,94,91); }
H1.HeaderClassName
{
color: #425E5B;
}
.AnyTagClassName
{
color: #425E5B;
}
</style>
background-color css
<style>
a { background-color: #425E5B; }
a { background-color: rgb(66,94,91); }
div.DivClassName
{
background-color: #425E5B;
}
.BgClassName
{
background-color: #425E5B;
}
</style>
border-color css
<style>
span { border-color: #425E5B; }
span { border-color: rgb(66,94,91); }
td.TdClassName
{
border-color: #425E5B;
}
.TagClassName
{
border-color: #425E5B;
}
</style>