Shades of Smalt #052987
Tints of Smalt #052987
RGB
CMYK
RGB Variations
Color information
#052987 (or 0x052987) is known color: Smalt. HEX triplet: 05, 29 and 87. RGB value is (5,41,135). Sum of RGB (Red+Green+Blue) = 5+41+135=181 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.76% from 181); Green value is 41 (16.41% from 255 or 22.65% from 181); Blue value is 135 (53.12% from 255 or 74.59% from 181); Max value from RGB is 135 - color contains mainly: blue. Hex color #052987 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052987 is #FAD678. Grayscale: #282828. Windows color (decimal): -16438905 or 8857861. OLE color: 8857861.
HSL color Cylindrical-coordinate representation of color #052987: hue angle of 223.38º 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 #052987 is Cyan = 0.96, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 5 | 41 | 135 | - |
| CMYK | 0.96 | 0.70 | 0 | 0.47 |
| HSL | 223.38º | 0.93% | 0.27% | - |
| HSV(B) | 223.38º | 0.96% | 0.53% | - |
| XYZ | 5.23 | 3.37 | 23.3 | - |
| YUV | 40.95 | 181.07 | 102.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 41 | 135 | 0.96 | 0.70 | 0 | 0.47 | 223.38 | 0.93 | 0.27 |
| Hex | 5 | 29 | 87 | 60 | 46 | 0 | 2F | DF | 5D | 1B |
| Octal | 5 | 51 | 207 | 140 | 106 | 0 | 57 | 337 | 135 | 33 |
| Binary | 101 | 101001 | 10000111 | 1100000 | 1000110 | 0 | 101111 | 11011111 | 1011101 | 11011 |
Color Harmonies of #052987
Complementary color
Monochromatic Colors of #052987
Black with #052987
Text Example
Text Example
White with #052987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052987; }
p { color: rgb(5,41,135); }
H1.HeaderClassName
{
color: #052987;
}
.AnyTagClassName
{
color: #052987;
}
</style>
background-color css
<style>
a { background-color: #052987; }
a { background-color: rgb(5,41,135); }
div.DivClassName
{
background-color: #052987;
}
.BgClassName
{
background-color: #052987;
}
</style>
border-color css
<style>
span { border-color: #052987; }
span { border-color: rgb(5,41,135); }
td.TdClassName
{
border-color: #052987;
}
.TagClassName
{
border-color: #052987;
}
</style>