Shades of Smalt #052187
Tints of Smalt #052187
RGB
CMYK
RGB Variations
Color information
#052187 (or 0x052187) is known color: Smalt. HEX triplet: 05, 21 and 87. RGB value is (5,33,135). Sum of RGB (Red+Green+Blue) = 5+33+135=173 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.89% from 173); Green value is 33 (13.28% from 255 or 19.08% from 173); Blue value is 135 (53.12% from 255 or 78.03% from 173); Max value from RGB is 135 - color contains mainly: blue. Hex color #052187 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052187 is #FADE78. Grayscale: #232323. Windows color (decimal): -16440953 or 8855813. OLE color: 8855813.
HSL color Cylindrical-coordinate representation of color #052187: hue angle of 227.08º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #052187 is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 5 | 33 | 135 | - |
| CMYK | 0.96 | 0.76 | 0 | 0.47 |
| HSL | 227.08º | 0.93% | 0.27% | - |
| HSV(B) | 227.08º | 0.96% | 0.53% | - |
| XYZ | 4.98 | 2.87 | 23.21 | - |
| YUV | 36.26 | 183.72 | 105.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 33 | 135 | 0.96 | 0.76 | 0 | 0.47 | 227.08 | 0.93 | 0.27 |
| Hex | 5 | 21 | 87 | 60 | 4C | 0 | 2F | E3 | 5D | 1B |
| Octal | 5 | 41 | 207 | 140 | 114 | 0 | 57 | 343 | 135 | 33 |
| Binary | 101 | 100001 | 10000111 | 1100000 | 1001100 | 0 | 101111 | 11100011 | 1011101 | 11011 |
Color Harmonies of #052187
Complementary color
Monochromatic Colors of #052187
Black with #052187
Text Example
Text Example
White with #052187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052187; }
p { color: rgb(5,33,135); }
H1.HeaderClassName
{
color: #052187;
}
.AnyTagClassName
{
color: #052187;
}
</style>
background-color css
<style>
a { background-color: #052187; }
a { background-color: rgb(5,33,135); }
div.DivClassName
{
background-color: #052187;
}
.BgClassName
{
background-color: #052187;
}
</style>
border-color css
<style>
span { border-color: #052187; }
span { border-color: rgb(5,33,135); }
td.TdClassName
{
border-color: #052187;
}
.TagClassName
{
border-color: #052187;
}
</style>