Shades of Smalt #052D83
Tints of Smalt #052D83
RGB
CMYK
RGB Variations
Color information
#052D83 (or 0x052D83) is known color: Smalt. HEX triplet: 05, 2D and 83. RGB value is (5,45,131). Sum of RGB (Red+Green+Blue) = 5+45+131=181 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.76% from 181); Green value is 45 (17.97% from 255 or 24.86% from 181); Blue value is 131 (51.56% from 255 or 72.38% from 181); Max value from RGB is 131 - color contains mainly: blue. Hex color #052D83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052D83 is #FAD27C. Grayscale: #2A2A2A. Windows color (decimal): -16437885 or 8596741. OLE color: 8596741.
HSL color Cylindrical-coordinate representation of color #052D83: hue angle of 220.95º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #052D83 is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 5 | 45 | 131 | - |
| CMYK | 0.96 | 0.66 | 0 | 0.49 |
| HSL | 220.95º | 0.93% | 0.27% | - |
| HSV(B) | 220.95º | 0.96% | 0.51% | - |
| XYZ | 5.1 | 3.55 | 21.89 | - |
| YUV | 42.84 | 177.75 | 101.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 45 | 131 | 0.96 | 0.66 | 0 | 0.49 | 220.95 | 0.93 | 0.27 |
| Hex | 5 | 2D | 83 | 60 | 42 | 0 | 31 | DD | 5D | 1B |
| Octal | 5 | 55 | 203 | 140 | 102 | 0 | 61 | 335 | 135 | 33 |
| Binary | 101 | 101101 | 10000011 | 1100000 | 1000010 | 0 | 110001 | 11011101 | 1011101 | 11011 |
Color Harmonies of #052D83
Complementary color
Monochromatic Colors of #052D83
Black with #052D83
Text Example
Text Example
White with #052D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052D83; }
p { color: rgb(5,45,131); }
H1.HeaderClassName
{
color: #052D83;
}
.AnyTagClassName
{
color: #052D83;
}
</style>
background-color css
<style>
a { background-color: #052D83; }
a { background-color: rgb(5,45,131); }
div.DivClassName
{
background-color: #052D83;
}
.BgClassName
{
background-color: #052D83;
}
</style>
border-color css
<style>
span { border-color: #052D83; }
span { border-color: rgb(5,45,131); }
td.TdClassName
{
border-color: #052D83;
}
.TagClassName
{
border-color: #052D83;
}
</style>