Shades of Smalt Blue #455E60
Tints of Smalt Blue #455E60
RGB
CMYK
RGB Variations
Color information
#455E60 (or 0x455E60) is known color: Smalt Blue. HEX triplet: 45, 5E and 60. RGB value is (69,94,96). Sum of RGB (Red+Green+Blue) = 69+94+96=259 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.64% from 259); Green value is 94 (37.11% from 255 or 36.29% from 259); Blue value is 96 (37.89% from 255 or 37.07% from 259); Max value from RGB is 96 - color contains mainly: blue. Hex color #455E60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455E60 is #BAA19F. Grayscale: #565656. Windows color (decimal): -12231072 or 6315589. OLE color: 6315589.
HSL color Cylindrical-coordinate representation of color #455E60: hue angle of 184.44º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #455E60 is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 69 | 94 | 96 | - |
| CMYK | 0.28 | 0.02 | 0 | 0.62 |
| HSL | 184.44º | 0.16% | 0.32% | - |
| HSV(B) | 184.44º | 0.28% | 0.38% | - |
| XYZ | 8.57 | 10.12 | 12.57 | - |
| YUV | 86.75 | 133.22 | 115.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 94 | 96 | 0.28 | 0.02 | 0 | 0.62 | 184.44 | 0.16 | 0.32 |
| Hex | 45 | 5E | 60 | 1C | 2 | 0 | 3E | B8 | 10 | 20 |
| Octal | 105 | 136 | 140 | 34 | 2 | 0 | 76 | 270 | 20 | 40 |
| Binary | 1000101 | 1011110 | 1100000 | 11100 | 10 | 0 | 111110 | 10111000 | 10000 | 100000 |
Color Harmonies of #455E60
Complementary color
Monochromatic Colors of #455E60
Black with #455E60
Text Example
Text Example
White with #455E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455E60; }
p { color: rgb(69,94,96); }
H1.HeaderClassName
{
color: #455E60;
}
.AnyTagClassName
{
color: #455E60;
}
</style>
background-color css
<style>
a { background-color: #455E60; }
a { background-color: rgb(69,94,96); }
div.DivClassName
{
background-color: #455E60;
}
.BgClassName
{
background-color: #455E60;
}
</style>
border-color css
<style>
span { border-color: #455E60; }
span { border-color: rgb(69,94,96); }
td.TdClassName
{
border-color: #455E60;
}
.TagClassName
{
border-color: #455E60;
}
</style>