Shades of Smalt #052389
Tints of Smalt #052389
RGB
CMYK
RGB Variations
Color information
#052389 (or 0x052389) is known color: Smalt. HEX triplet: 05, 23 and 89. RGB value is (5,35,137). Sum of RGB (Red+Green+Blue) = 5+35+137=177 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.82% from 177); Green value is 35 (14.06% from 255 or 19.77% from 177); Blue value is 137 (53.91% from 255 or 77.40% from 177); Max value from RGB is 137 - color contains mainly: blue. Hex color #052389 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052389 is #FADC76. Grayscale: #252525. Windows color (decimal): -16440439 or 8987397. OLE color: 8987397.
HSL color Cylindrical-coordinate representation of color #052389: hue angle of 226.36º 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 #052389 is Cyan = 0.96, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 5 | 35 | 137 | - |
| CMYK | 0.96 | 0.74 | 0 | 0.46 |
| HSL | 226.36º | 0.93% | 0.28% | - |
| HSV(B) | 226.36º | 0.96% | 0.54% | - |
| XYZ | 5.18 | 3.04 | 23.98 | - |
| YUV | 37.66 | 184.06 | 104.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 35 | 137 | 0.96 | 0.74 | 0 | 0.46 | 226.36 | 0.93 | 0.28 |
| Hex | 5 | 23 | 89 | 60 | 4A | 0 | 2E | E2 | 5D | 1C |
| Octal | 5 | 43 | 211 | 140 | 112 | 0 | 56 | 342 | 135 | 34 |
| Binary | 101 | 100011 | 10001001 | 1100000 | 1001010 | 0 | 101110 | 11100010 | 1011101 | 11100 |
Color Harmonies of #052389
Complementary color
Monochromatic Colors of #052389
Black with #052389
Text Example
Text Example
White with #052389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052389; }
p { color: rgb(5,35,137); }
H1.HeaderClassName
{
color: #052389;
}
.AnyTagClassName
{
color: #052389;
}
</style>
background-color css
<style>
a { background-color: #052389; }
a { background-color: rgb(5,35,137); }
div.DivClassName
{
background-color: #052389;
}
.BgClassName
{
background-color: #052389;
}
</style>
border-color css
<style>
span { border-color: #052389; }
span { border-color: rgb(5,35,137); }
td.TdClassName
{
border-color: #052389;
}
.TagClassName
{
border-color: #052389;
}
</style>