Shades of Smalt #052E91
Tints of Smalt #052E91
RGB
CMYK
RGB Variations
Color information
#052E91 (or 0x052E91) is known color: Smalt. HEX triplet: 05, 2E and 91. RGB value is (5,46,145). Sum of RGB (Red+Green+Blue) = 5+46+145=196 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.55% from 196); Green value is 46 (18.36% from 255 or 23.47% from 196); Blue value is 145 (57.03% from 255 or 73.98% from 196); Max value from RGB is 145 - color contains mainly: blue. Hex color #052E91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052E91 is #FAD16E. Grayscale: #2C2C2C. Windows color (decimal): -16437615 or 9514501. OLE color: 9514501.
HSL color Cylindrical-coordinate representation of color #052E91: hue angle of 222.43º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #052E91 is Cyan = 0.97, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 5 | 46 | 145 | - |
| CMYK | 0.97 | 0.68 | 0 | 0.43 |
| HSL | 222.43º | 0.93% | 0.29% | - |
| HSV(B) | 222.43º | 0.97% | 0.57% | - |
| XYZ | 6.15 | 4.03 | 27.24 | - |
| YUV | 45.03 | 184.42 | 99.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 46 | 145 | 0.97 | 0.68 | 0 | 0.43 | 222.43 | 0.93 | 0.29 |
| Hex | 5 | 2E | 91 | 61 | 44 | 0 | 2B | DE | 5D | 1D |
| Octal | 5 | 56 | 221 | 141 | 104 | 0 | 53 | 336 | 135 | 35 |
| Binary | 101 | 101110 | 10010001 | 1100001 | 1000100 | 0 | 101011 | 11011110 | 1011101 | 11101 |
Color Harmonies of #052E91
Complementary color
Monochromatic Colors of #052E91
Black with #052E91
Text Example
Text Example
White with #052E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052E91; }
p { color: rgb(5,46,145); }
H1.HeaderClassName
{
color: #052E91;
}
.AnyTagClassName
{
color: #052E91;
}
</style>
background-color css
<style>
a { background-color: #052E91; }
a { background-color: rgb(5,46,145); }
div.DivClassName
{
background-color: #052E91;
}
.BgClassName
{
background-color: #052E91;
}
</style>
border-color css
<style>
span { border-color: #052E91; }
span { border-color: rgb(5,46,145); }
td.TdClassName
{
border-color: #052E91;
}
.TagClassName
{
border-color: #052E91;
}
</style>