Shades of Smalt #052F89
Tints of Smalt #052F89
RGB
CMYK
RGB Variations
Color information
#052F89 (or 0x052F89) is known color: Smalt. HEX triplet: 05, 2F and 89. RGB value is (5,47,137). Sum of RGB (Red+Green+Blue) = 5+47+137=189 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.65% from 189); Green value is 47 (18.75% from 255 or 24.87% from 189); Blue value is 137 (53.91% from 255 or 72.49% from 189); Max value from RGB is 137 - color contains mainly: blue. Hex color #052F89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052F89 is #FAD076. Grayscale: #2C2C2C. Windows color (decimal): -16437367 or 8990469. OLE color: 8990469.
HSL color Cylindrical-coordinate representation of color #052F89: hue angle of 220.91º 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 #052F89 is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 5 | 47 | 137 | - |
| CMYK | 0.96 | 0.66 | 0 | 0.46 |
| HSL | 220.91º | 0.93% | 0.28% | - |
| HSV(B) | 220.91º | 0.96% | 0.54% | - |
| XYZ | 5.59 | 3.87 | 24.12 | - |
| YUV | 44.7 | 180.09 | 99.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 47 | 137 | 0.96 | 0.66 | 0 | 0.46 | 220.91 | 0.93 | 0.28 |
| Hex | 5 | 2F | 89 | 60 | 42 | 0 | 2E | DD | 5D | 1C |
| Octal | 5 | 57 | 211 | 140 | 102 | 0 | 56 | 335 | 135 | 34 |
| Binary | 101 | 101111 | 10001001 | 1100000 | 1000010 | 0 | 101110 | 11011101 | 1011101 | 11100 |
Color Harmonies of #052F89
Complementary color
Monochromatic Colors of #052F89
Black with #052F89
Text Example
Text Example
White with #052F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052F89; }
p { color: rgb(5,47,137); }
H1.HeaderClassName
{
color: #052F89;
}
.AnyTagClassName
{
color: #052F89;
}
</style>
background-color css
<style>
a { background-color: #052F89; }
a { background-color: rgb(5,47,137); }
div.DivClassName
{
background-color: #052F89;
}
.BgClassName
{
background-color: #052F89;
}
</style>
border-color css
<style>
span { border-color: #052F89; }
span { border-color: rgb(5,47,137); }
td.TdClassName
{
border-color: #052F89;
}
.TagClassName
{
border-color: #052F89;
}
</style>