Shades of Dark Slate #455A57
Tints of Dark Slate #455A57
RGB
CMYK
RGB Variations
Color information
#455A57 (or 0x455A57) is known color: Dark Slate. HEX triplet: 45, 5A and 57. RGB value is (69,90,87). Sum of RGB (Red+Green+Blue) = 69+90+87=246 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.05% from 246); Green value is 90 (35.55% from 255 or 36.59% from 246); Blue value is 87 (34.38% from 255 or 35.37% from 246); Max value from RGB is 90 - color contains mainly: green. Hex color #455A57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455A57 is #BAA5A8. Grayscale: #535353. Windows color (decimal): -12232105 or 5724741. OLE color: 5724741.
HSL color Cylindrical-coordinate representation of color #455A57: hue angle of 171.43º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #455A57 is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 69 | 90 | 87 | - |
| CMYK | 0.23 | 0 | 0.03 | 0.65 |
| HSL | 171.43º | 0.13% | 0.31% | - |
| HSV(B) | 171.43º | 0.23% | 0.35% | - |
| XYZ | 7.83 | 9.27 | 10.39 | - |
| YUV | 83.38 | 130.04 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 90 | 87 | 0.23 | 0 | 0.03 | 0.65 | 171.43 | 0.13 | 0.31 |
| Hex | 45 | 5A | 57 | 17 | 0 | 3 | 41 | AB | D | 1F |
| Octal | 105 | 132 | 127 | 27 | 0 | 3 | 101 | 253 | 15 | 37 |
| Binary | 1000101 | 1011010 | 1010111 | 10111 | 0 | 11 | 1000001 | 10101011 | 1101 | 11111 |
Color Harmonies of #455A57
Complementary color
Monochromatic Colors of #455A57
Black with #455A57
Text Example
Text Example
White with #455A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455A57; }
p { color: rgb(69,90,87); }
H1.HeaderClassName
{
color: #455A57;
}
.AnyTagClassName
{
color: #455A57;
}
</style>
background-color css
<style>
a { background-color: #455A57; }
a { background-color: rgb(69,90,87); }
div.DivClassName
{
background-color: #455A57;
}
.BgClassName
{
background-color: #455A57;
}
</style>
border-color css
<style>
span { border-color: #455A57; }
span { border-color: rgb(69,90,87); }
td.TdClassName
{
border-color: #455A57;
}
.TagClassName
{
border-color: #455A57;
}
</style>