Shades of Smalt #054495
Tints of Smalt #054495
RGB
CMYK
RGB Variations
Color information
#054495 (or 0x054495) is known color: Smalt. HEX triplet: 05, 44 and 95. RGB value is (5,68,149). Sum of RGB (Red+Green+Blue) = 5+68+149=222 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.25% from 222); Green value is 68 (26.95% from 255 or 30.63% from 222); Blue value is 149 (58.59% from 255 or 67.12% from 222); Max value from RGB is 149 - color contains mainly: blue. Hex color #054495 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054495 is #FABB6A. Grayscale: #3A3A3A. Windows color (decimal): -16431979 or 9782277. OLE color: 9782277.
HSL color Cylindrical-coordinate representation of color #054495: hue angle of 213.75º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #054495 is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 5 | 68 | 149 | - |
| CMYK | 0.97 | 0.54 | 0 | 0.42 |
| HSL | 213.75º | 0.94% | 0.3% | - |
| HSV(B) | 213.75º | 0.97% | 0.58% | - |
| XYZ | 7.55 | 6.34 | 29.26 | - |
| YUV | 58.4 | 179.13 | 89.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 68 | 149 | 0.97 | 0.54 | 0 | 0.42 | 213.75 | 0.94 | 0.3 |
| Hex | 5 | 44 | 95 | 61 | 36 | 0 | 2A | D6 | 5E | 1E |
| Octal | 5 | 104 | 225 | 141 | 66 | 0 | 52 | 326 | 136 | 36 |
| Binary | 101 | 1000100 | 10010101 | 1100001 | 110110 | 0 | 101010 | 11010110 | 1011110 | 11110 |
Color Harmonies of #054495
Complementary color
Monochromatic Colors of #054495
Black with #054495
Text Example
Text Example
White with #054495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054495; }
p { color: rgb(5,68,149); }
H1.HeaderClassName
{
color: #054495;
}
.AnyTagClassName
{
color: #054495;
}
</style>
background-color css
<style>
a { background-color: #054495; }
a { background-color: rgb(5,68,149); }
div.DivClassName
{
background-color: #054495;
}
.BgClassName
{
background-color: #054495;
}
</style>
border-color css
<style>
span { border-color: #054495; }
span { border-color: rgb(5,68,149); }
td.TdClassName
{
border-color: #054495;
}
.TagClassName
{
border-color: #054495;
}
</style>