Shades of Smalt #052696
Tints of Smalt #052696
RGB
CMYK
RGB Variations
Color information
#052696 (or 0x052696) is known color: Smalt. HEX triplet: 05, 26 and 96. RGB value is (5,38,150). Sum of RGB (Red+Green+Blue) = 5+38+150=193 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.59% from 193); Green value is 38 (15.23% from 255 or 19.69% from 193); Blue value is 150 (58.98% from 255 or 77.72% from 193); Max value from RGB is 150 - color contains mainly: blue. Hex color #052696 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052696 is #FAD969. Grayscale: #282828. Windows color (decimal): -16439658 or 9840133. OLE color: 9840133.
HSL color Cylindrical-coordinate representation of color #052696: hue angle of 226.34º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #052696 is Cyan = 0.97, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 5 | 38 | 150 | - |
| CMYK | 0.97 | 0.75 | 0 | 0.41 |
| HSL | 226.34º | 0.94% | 0.3% | - |
| HSV(B) | 226.34º | 0.97% | 0.59% | - |
| XYZ | 6.26 | 3.62 | 29.22 | - |
| YUV | 40.9 | 189.57 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 38 | 150 | 0.97 | 0.75 | 0 | 0.41 | 226.34 | 0.94 | 0.3 |
| Hex | 5 | 26 | 96 | 61 | 4B | 0 | 29 | E2 | 5E | 1E |
| Octal | 5 | 46 | 226 | 141 | 113 | 0 | 51 | 342 | 136 | 36 |
| Binary | 101 | 100110 | 10010110 | 1100001 | 1001011 | 0 | 101001 | 11100010 | 1011110 | 11110 |
Color Harmonies of #052696
Complementary color
Monochromatic Colors of #052696
Black with #052696
Text Example
Text Example
White with #052696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052696; }
p { color: rgb(5,38,150); }
H1.HeaderClassName
{
color: #052696;
}
.AnyTagClassName
{
color: #052696;
}
</style>
background-color css
<style>
a { background-color: #052696; }
a { background-color: rgb(5,38,150); }
div.DivClassName
{
background-color: #052696;
}
.BgClassName
{
background-color: #052696;
}
</style>
border-color css
<style>
span { border-color: #052696; }
span { border-color: rgb(5,38,150); }
td.TdClassName
{
border-color: #052696;
}
.TagClassName
{
border-color: #052696;
}
</style>