Shades of Smalt #052890
Tints of Smalt #052890
RGB
CMYK
RGB Variations
Color information
#052890 (or 0x052890) is known color: Smalt. HEX triplet: 05, 28 and 90. RGB value is (5,40,144). Sum of RGB (Red+Green+Blue) = 5+40+144=189 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.65% from 189); Green value is 40 (16.02% from 255 or 21.16% from 189); Blue value is 144 (56.64% from 255 or 76.19% from 189); Max value from RGB is 144 - color contains mainly: blue. Hex color #052890 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052890 is #FAD76F. Grayscale: #282828. Windows color (decimal): -16439152 or 9447429. OLE color: 9447429.
HSL color Cylindrical-coordinate representation of color #052890: hue angle of 224.89º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #052890 is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 5 | 40 | 144 | - |
| CMYK | 0.97 | 0.72 | 0 | 0.44 |
| HSL | 224.89º | 0.93% | 0.29% | - |
| HSV(B) | 224.89º | 0.97% | 0.56% | - |
| XYZ | 5.86 | 3.56 | 26.76 | - |
| YUV | 41.39 | 185.9 | 102.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 40 | 144 | 0.97 | 0.72 | 0 | 0.44 | 224.89 | 0.93 | 0.29 |
| Hex | 5 | 28 | 90 | 61 | 48 | 0 | 2C | E1 | 5D | 1D |
| Octal | 5 | 50 | 220 | 141 | 110 | 0 | 54 | 341 | 135 | 35 |
| Binary | 101 | 101000 | 10010000 | 1100001 | 1001000 | 0 | 101100 | 11100001 | 1011101 | 11101 |
Color Harmonies of #052890
Complementary color
Monochromatic Colors of #052890
Black with #052890
Text Example
Text Example
White with #052890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052890; }
p { color: rgb(5,40,144); }
H1.HeaderClassName
{
color: #052890;
}
.AnyTagClassName
{
color: #052890;
}
</style>
background-color css
<style>
a { background-color: #052890; }
a { background-color: rgb(5,40,144); }
div.DivClassName
{
background-color: #052890;
}
.BgClassName
{
background-color: #052890;
}
</style>
border-color css
<style>
span { border-color: #052890; }
span { border-color: rgb(5,40,144); }
td.TdClassName
{
border-color: #052890;
}
.TagClassName
{
border-color: #052890;
}
</style>