Shades of Smalt #054493
Tints of Smalt #054493
RGB
CMYK
RGB Variations
Color information
#054493 (or 0x054493) is known color: Smalt. HEX triplet: 05, 44 and 93. RGB value is (5,68,147). Sum of RGB (Red+Green+Blue) = 5+68+147=220 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.27% from 220); Green value is 68 (26.95% from 255 or 30.91% from 220); Blue value is 147 (57.81% from 255 or 66.82% from 220); Max value from RGB is 147 - color contains mainly: blue. Hex color #054493 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054493 is #FABB6C. Grayscale: #393939. Windows color (decimal): -16431981 or 9651205. OLE color: 9651205.
HSL color Cylindrical-coordinate representation of color #054493: hue angle of 213.38º degrees, saturation: 0.93, 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 #054493 is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 5 | 68 | 147 | - |
| CMYK | 0.97 | 0.54 | 0 | 0.42 |
| HSL | 213.38º | 0.93% | 0.3% | - |
| HSV(B) | 213.38º | 0.97% | 0.58% | - |
| XYZ | 7.4 | 6.27 | 28.42 | - |
| YUV | 58.17 | 178.13 | 90.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 68 | 147 | 0.97 | 0.54 | 0 | 0.42 | 213.38 | 0.93 | 0.3 |
| Hex | 5 | 44 | 93 | 61 | 36 | 0 | 2A | D5 | 5D | 1E |
| Octal | 5 | 104 | 223 | 141 | 66 | 0 | 52 | 325 | 135 | 36 |
| Binary | 101 | 1000100 | 10010011 | 1100001 | 110110 | 0 | 101010 | 11010101 | 1011101 | 11110 |
Color Harmonies of #054493
Complementary color
Monochromatic Colors of #054493
Black with #054493
Text Example
Text Example
White with #054493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054493; }
p { color: rgb(5,68,147); }
H1.HeaderClassName
{
color: #054493;
}
.AnyTagClassName
{
color: #054493;
}
</style>
background-color css
<style>
a { background-color: #054493; }
a { background-color: rgb(5,68,147); }
div.DivClassName
{
background-color: #054493;
}
.BgClassName
{
background-color: #054493;
}
</style>
border-color css
<style>
span { border-color: #054493; }
span { border-color: rgb(5,68,147); }
td.TdClassName
{
border-color: #054493;
}
.TagClassName
{
border-color: #054493;
}
</style>