Shades of Smalt #054393
Tints of Smalt #054393
RGB
CMYK
RGB Variations
Color information
#054393 (or 0x054393) is known color: Smalt. HEX triplet: 05, 43 and 93. RGB value is (5,67,147). Sum of RGB (Red+Green+Blue) = 5+67+147=219 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.28% from 219); Green value is 67 (26.56% from 255 or 30.59% from 219); Blue value is 147 (57.81% from 255 or 67.12% from 219); Max value from RGB is 147 - color contains mainly: blue. Hex color #054393 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054393 is #FABC6C. Grayscale: #393939. Windows color (decimal): -16432237 or 9650949. OLE color: 9650949.
HSL color Cylindrical-coordinate representation of color #054393: hue angle of 213.8º 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 #054393 is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 5 | 67 | 147 | - |
| CMYK | 0.97 | 0.54 | 0 | 0.42 |
| HSL | 213.8º | 0.93% | 0.3% | - |
| HSV(B) | 213.8º | 0.97% | 0.58% | - |
| XYZ | 7.34 | 6.15 | 28.4 | - |
| YUV | 57.58 | 178.46 | 90.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 67 | 147 | 0.97 | 0.54 | 0 | 0.42 | 213.8 | 0.93 | 0.3 |
| Hex | 5 | 43 | 93 | 61 | 36 | 0 | 2A | D6 | 5D | 1E |
| Octal | 5 | 103 | 223 | 141 | 66 | 0 | 52 | 326 | 135 | 36 |
| Binary | 101 | 1000011 | 10010011 | 1100001 | 110110 | 0 | 101010 | 11010110 | 1011101 | 11110 |
Color Harmonies of #054393
Complementary color
Monochromatic Colors of #054393
Black with #054393
Text Example
Text Example
White with #054393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054393; }
p { color: rgb(5,67,147); }
H1.HeaderClassName
{
color: #054393;
}
.AnyTagClassName
{
color: #054393;
}
</style>
background-color css
<style>
a { background-color: #054393; }
a { background-color: rgb(5,67,147); }
div.DivClassName
{
background-color: #054393;
}
.BgClassName
{
background-color: #054393;
}
</style>
border-color css
<style>
span { border-color: #054393; }
span { border-color: rgb(5,67,147); }
td.TdClassName
{
border-color: #054393;
}
.TagClassName
{
border-color: #054393;
}
</style>