Shades of Smalt #052D90
Tints of Smalt #052D90
RGB
CMYK
RGB Variations
Color information
#052D90 (or 0x052D90) is known color: Smalt. HEX triplet: 05, 2D and 90. RGB value is (5,45,144). Sum of RGB (Red+Green+Blue) = 5+45+144=194 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.58% from 194); Green value is 45 (17.97% from 255 or 23.20% from 194); Blue value is 144 (56.64% from 255 or 74.23% from 194); Max value from RGB is 144 - color contains mainly: blue. Hex color #052D90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052D90 is #FAD26F. Grayscale: #2B2B2B. Windows color (decimal): -16437872 or 9448709. OLE color: 9448709.
HSL color Cylindrical-coordinate representation of color #052D90: hue angle of 222.73º 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 #052D90 is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 5 | 45 | 144 | - |
| CMYK | 0.97 | 0.69 | 0 | 0.44 |
| HSL | 222.73º | 0.93% | 0.29% | - |
| HSV(B) | 222.73º | 0.97% | 0.56% | - |
| XYZ | 6.04 | 3.92 | 26.82 | - |
| YUV | 44.33 | 184.25 | 99.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 45 | 144 | 0.97 | 0.69 | 0 | 0.44 | 222.73 | 0.93 | 0.29 |
| Hex | 5 | 2D | 90 | 61 | 45 | 0 | 2C | DF | 5D | 1D |
| Octal | 5 | 55 | 220 | 141 | 105 | 0 | 54 | 337 | 135 | 35 |
| Binary | 101 | 101101 | 10010000 | 1100001 | 1000101 | 0 | 101100 | 11011111 | 1011101 | 11101 |
Color Harmonies of #052D90
Complementary color
Monochromatic Colors of #052D90
Black with #052D90
Text Example
Text Example
White with #052D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052D90; }
p { color: rgb(5,45,144); }
H1.HeaderClassName
{
color: #052D90;
}
.AnyTagClassName
{
color: #052D90;
}
</style>
background-color css
<style>
a { background-color: #052D90; }
a { background-color: rgb(5,45,144); }
div.DivClassName
{
background-color: #052D90;
}
.BgClassName
{
background-color: #052D90;
}
</style>
border-color css
<style>
span { border-color: #052D90; }
span { border-color: rgb(5,45,144); }
td.TdClassName
{
border-color: #052D90;
}
.TagClassName
{
border-color: #052D90;
}
</style>