Shades of Smalt #052686
Tints of Smalt #052686
RGB
CMYK
RGB Variations
Color information
#052686 (or 0x052686) is known color: Smalt. HEX triplet: 05, 26 and 86. RGB value is (5,38,134). Sum of RGB (Red+Green+Blue) = 5+38+134=177 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.82% from 177); Green value is 38 (15.23% from 255 or 21.47% from 177); Blue value is 134 (52.73% from 255 or 75.71% from 177); Max value from RGB is 134 - color contains mainly: blue. Hex color #052686 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052686 is #FAD979. Grayscale: #262626. Windows color (decimal): -16439674 or 8791557. OLE color: 8791557.
HSL color Cylindrical-coordinate representation of color #052686: hue angle of 224.65º 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 #052686 is Cyan = 0.96, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 5 | 38 | 134 | - |
| CMYK | 0.96 | 0.72 | 0 | 0.47 |
| HSL | 224.65º | 0.93% | 0.27% | - |
| HSV(B) | 224.65º | 0.96% | 0.53% | - |
| XYZ | 5.06 | 3.14 | 22.89 | - |
| YUV | 39.08 | 181.57 | 103.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 38 | 134 | 0.96 | 0.72 | 0 | 0.47 | 224.65 | 0.93 | 0.27 |
| Hex | 5 | 26 | 86 | 60 | 48 | 0 | 2F | E1 | 5D | 1B |
| Octal | 5 | 46 | 206 | 140 | 110 | 0 | 57 | 341 | 135 | 33 |
| Binary | 101 | 100110 | 10000110 | 1100000 | 1001000 | 0 | 101111 | 11100001 | 1011101 | 11011 |
Color Harmonies of #052686
Complementary color
Monochromatic Colors of #052686
Black with #052686
Text Example
Text Example
White with #052686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052686; }
p { color: rgb(5,38,134); }
H1.HeaderClassName
{
color: #052686;
}
.AnyTagClassName
{
color: #052686;
}
</style>
background-color css
<style>
a { background-color: #052686; }
a { background-color: rgb(5,38,134); }
div.DivClassName
{
background-color: #052686;
}
.BgClassName
{
background-color: #052686;
}
</style>
border-color css
<style>
span { border-color: #052686; }
span { border-color: rgb(5,38,134); }
td.TdClassName
{
border-color: #052686;
}
.TagClassName
{
border-color: #052686;
}
</style>