Shades of Smalt #052591
Tints of Smalt #052591
RGB
CMYK
RGB Variations
Color information
#052591 (or 0x052591) is known color: Smalt. HEX triplet: 05, 25 and 91. RGB value is (5,37,145). Sum of RGB (Red+Green+Blue) = 5+37+145=187 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.67% from 187); Green value is 37 (14.84% from 255 or 19.79% from 187); Blue value is 145 (57.03% from 255 or 77.54% from 187); Max value from RGB is 145 - color contains mainly: blue. Hex color #052591 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052591 is #FADA6E. Grayscale: #272727. Windows color (decimal): -16439919 or 9512197. OLE color: 9512197.
HSL color Cylindrical-coordinate representation of color #052591: hue angle of 226.29º 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 #052591 is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 5 | 37 | 145 | - |
| CMYK | 0.97 | 0.74 | 0 | 0.43 |
| HSL | 226.29º | 0.93% | 0.29% | - |
| HSV(B) | 226.29º | 0.97% | 0.57% | - |
| XYZ | 5.83 | 3.4 | 27.14 | - |
| YUV | 39.74 | 187.4 | 103.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 37 | 145 | 0.97 | 0.74 | 0 | 0.43 | 226.29 | 0.93 | 0.29 |
| Hex | 5 | 25 | 91 | 61 | 4A | 0 | 2B | E2 | 5D | 1D |
| Octal | 5 | 45 | 221 | 141 | 112 | 0 | 53 | 342 | 135 | 35 |
| Binary | 101 | 100101 | 10010001 | 1100001 | 1001010 | 0 | 101011 | 11100010 | 1011101 | 11101 |
Color Harmonies of #052591
Complementary color
Monochromatic Colors of #052591
Black with #052591
Text Example
Text Example
White with #052591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052591; }
p { color: rgb(5,37,145); }
H1.HeaderClassName
{
color: #052591;
}
.AnyTagClassName
{
color: #052591;
}
</style>
background-color css
<style>
a { background-color: #052591; }
a { background-color: rgb(5,37,145); }
div.DivClassName
{
background-color: #052591;
}
.BgClassName
{
background-color: #052591;
}
</style>
border-color css
<style>
span { border-color: #052591; }
span { border-color: rgb(5,37,145); }
td.TdClassName
{
border-color: #052591;
}
.TagClassName
{
border-color: #052591;
}
</style>