Shades of Dark Slate #445A58
Tints of Dark Slate #445A58
RGB
CMYK
RGB Variations
Color information
#445A58 (or 0x445A58) is known color: Dark Slate. HEX triplet: 44, 5A and 58. RGB value is (68,90,88). Sum of RGB (Red+Green+Blue) = 68+90+88=246 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.64% from 246); Green value is 90 (35.55% from 255 or 36.59% from 246); Blue value is 88 (34.77% from 255 or 35.77% from 246); Max value from RGB is 90 - color contains mainly: green. Hex color #445A58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445A58 is #BBA5A7. Grayscale: #535353. Windows color (decimal): -12297640 or 5790276. OLE color: 5790276.
HSL color Cylindrical-coordinate representation of color #445A58: hue angle of 174.55º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #445A58 is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 68 | 90 | 88 | - |
| CMYK | 0.24 | 0 | 0.02 | 0.65 |
| HSL | 174.55º | 0.14% | 0.31% | - |
| HSV(B) | 174.55º | 0.24% | 0.35% | - |
| XYZ | 7.8 | 9.25 | 10.61 | - |
| YUV | 83.19 | 130.71 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 90 | 88 | 0.24 | 0 | 0.02 | 0.65 | 174.55 | 0.14 | 0.31 |
| Hex | 44 | 5A | 58 | 18 | 0 | 2 | 41 | AF | E | 1F |
| Octal | 104 | 132 | 130 | 30 | 0 | 2 | 101 | 257 | 16 | 37 |
| Binary | 1000100 | 1011010 | 1011000 | 11000 | 0 | 10 | 1000001 | 10101111 | 1110 | 11111 |
Color Harmonies of #445A58
Complementary color
Monochromatic Colors of #445A58
Black with #445A58
Text Example
Text Example
White with #445A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445A58; }
p { color: rgb(68,90,88); }
H1.HeaderClassName
{
color: #445A58;
}
.AnyTagClassName
{
color: #445A58;
}
</style>
background-color css
<style>
a { background-color: #445A58; }
a { background-color: rgb(68,90,88); }
div.DivClassName
{
background-color: #445A58;
}
.BgClassName
{
background-color: #445A58;
}
</style>
border-color css
<style>
span { border-color: #445A58; }
span { border-color: rgb(68,90,88); }
td.TdClassName
{
border-color: #445A58;
}
.TagClassName
{
border-color: #445A58;
}
</style>