Shades of Smalt #054498
Tints of Smalt #054498
RGB
CMYK
RGB Variations
Color information
#054498 (or 0x054498) is known color: Smalt. HEX triplet: 05, 44 and 98. RGB value is (5,68,152). Sum of RGB (Red+Green+Blue) = 5+68+152=225 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.22% from 225); Green value is 68 (26.95% from 255 or 30.22% from 225); Blue value is 152 (59.77% from 255 or 67.56% from 225); Max value from RGB is 152 - color contains mainly: blue. Hex color #054498 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054498 is #FABB67. Grayscale: #3A3A3A. Windows color (decimal): -16431976 or 9978885. OLE color: 9978885.
HSL color Cylindrical-coordinate representation of color #054498: hue angle of 214.29º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #054498 is Cyan = 0.97, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 5 | 68 | 152 | - |
| CMYK | 0.97 | 0.55 | 0 | 0.40 |
| HSL | 214.29º | 0.94% | 0.31% | - |
| HSV(B) | 214.29º | 0.97% | 0.6% | - |
| XYZ | 7.8 | 6.43 | 30.54 | - |
| YUV | 58.74 | 180.63 | 89.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 68 | 152 | 0.97 | 0.55 | 0 | 0.40 | 214.29 | 0.94 | 0.31 |
| Hex | 5 | 44 | 98 | 61 | 37 | 0 | 28 | D6 | 5E | 1F |
| Octal | 5 | 104 | 230 | 141 | 67 | 0 | 50 | 326 | 136 | 37 |
| Binary | 101 | 1000100 | 10011000 | 1100001 | 110111 | 0 | 101000 | 11010110 | 1011110 | 11111 |
Color Harmonies of #054498
Complementary color
Monochromatic Colors of #054498
Black with #054498
Text Example
Text Example
White with #054498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054498; }
p { color: rgb(5,68,152); }
H1.HeaderClassName
{
color: #054498;
}
.AnyTagClassName
{
color: #054498;
}
</style>
background-color css
<style>
a { background-color: #054498; }
a { background-color: rgb(5,68,152); }
div.DivClassName
{
background-color: #054498;
}
.BgClassName
{
background-color: #054498;
}
</style>
border-color css
<style>
span { border-color: #054498; }
span { border-color: rgb(5,68,152); }
td.TdClassName
{
border-color: #054498;
}
.TagClassName
{
border-color: #054498;
}
</style>