Shades of Smalt #052189
Tints of Smalt #052189
RGB
CMYK
RGB Variations
Color information
#052189 (or 0x052189) is known color: Smalt. HEX triplet: 05, 21 and 89. RGB value is (5,33,137). Sum of RGB (Red+Green+Blue) = 5+33+137=175 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.86% from 175); Green value is 33 (13.28% from 255 or 18.86% from 175); Blue value is 137 (53.91% from 255 or 78.29% from 175); Max value from RGB is 137 - color contains mainly: blue. Hex color #052189 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052189 is #FADE76. Grayscale: #242424. Windows color (decimal): -16440951 or 8986885. OLE color: 8986885.
HSL color Cylindrical-coordinate representation of color #052189: hue angle of 227.27º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #052189 is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 5 | 33 | 137 | - |
| CMYK | 0.96 | 0.76 | 0 | 0.46 |
| HSL | 227.27º | 0.93% | 0.28% | - |
| HSV(B) | 227.27º | 0.96% | 0.54% | - |
| XYZ | 5.12 | 2.93 | 23.96 | - |
| YUV | 36.48 | 184.72 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 33 | 137 | 0.96 | 0.76 | 0 | 0.46 | 227.27 | 0.93 | 0.28 |
| Hex | 5 | 21 | 89 | 60 | 4C | 0 | 2E | E3 | 5D | 1C |
| Octal | 5 | 41 | 211 | 140 | 114 | 0 | 56 | 343 | 135 | 34 |
| Binary | 101 | 100001 | 10001001 | 1100000 | 1001100 | 0 | 101110 | 11100011 | 1011101 | 11100 |
Color Harmonies of #052189
Complementary color
Monochromatic Colors of #052189
Black with #052189
Text Example
Text Example
White with #052189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052189; }
p { color: rgb(5,33,137); }
H1.HeaderClassName
{
color: #052189;
}
.AnyTagClassName
{
color: #052189;
}
</style>
background-color css
<style>
a { background-color: #052189; }
a { background-color: rgb(5,33,137); }
div.DivClassName
{
background-color: #052189;
}
.BgClassName
{
background-color: #052189;
}
</style>
border-color css
<style>
span { border-color: #052189; }
span { border-color: rgb(5,33,137); }
td.TdClassName
{
border-color: #052189;
}
.TagClassName
{
border-color: #052189;
}
</style>