Shades of Smalt #052892
Tints of Smalt #052892
RGB
CMYK
RGB Variations
Color information
#052892 (or 0x052892) is known color: Smalt. HEX triplet: 05, 28 and 92. RGB value is (5,40,146). Sum of RGB (Red+Green+Blue) = 5+40+146=191 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.62% from 191); Green value is 40 (16.02% from 255 or 20.94% from 191); Blue value is 146 (57.42% from 255 or 76.44% from 191); Max value from RGB is 146 - color contains mainly: blue. Hex color #052892 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052892 is #FAD76D. Grayscale: #292929. Windows color (decimal): -16439150 or 9578501. OLE color: 9578501.
HSL color Cylindrical-coordinate representation of color #052892: hue angle of 225.11º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #052892 is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 5 | 40 | 146 | - |
| CMYK | 0.97 | 0.73 | 0 | 0.43 |
| HSL | 225.11º | 0.93% | 0.3% | - |
| HSV(B) | 225.11º | 0.97% | 0.57% | - |
| XYZ | 6.01 | 3.63 | 27.58 | - |
| YUV | 41.62 | 186.9 | 101.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 40 | 146 | 0.97 | 0.73 | 0 | 0.43 | 225.11 | 0.93 | 0.3 |
| Hex | 5 | 28 | 92 | 61 | 49 | 0 | 2B | E1 | 5D | 1E |
| Octal | 5 | 50 | 222 | 141 | 111 | 0 | 53 | 341 | 135 | 36 |
| Binary | 101 | 101000 | 10010010 | 1100001 | 1001001 | 0 | 101011 | 11100001 | 1011101 | 11110 |
Color Harmonies of #052892
Complementary color
Monochromatic Colors of #052892
Black with #052892
Text Example
Text Example
White with #052892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052892; }
p { color: rgb(5,40,146); }
H1.HeaderClassName
{
color: #052892;
}
.AnyTagClassName
{
color: #052892;
}
</style>
background-color css
<style>
a { background-color: #052892; }
a { background-color: rgb(5,40,146); }
div.DivClassName
{
background-color: #052892;
}
.BgClassName
{
background-color: #052892;
}
</style>
border-color css
<style>
span { border-color: #052892; }
span { border-color: rgb(5,40,146); }
td.TdClassName
{
border-color: #052892;
}
.TagClassName
{
border-color: #052892;
}
</style>