Shades of Smalt #052D80
Tints of Smalt #052D80
RGB
CMYK
RGB Variations
Color information
#052D80 (or 0x052D80) is known color: Smalt. HEX triplet: 05, 2D and 80. RGB value is (5,45,128). Sum of RGB (Red+Green+Blue) = 5+45+128=178 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.81% from 178); Green value is 45 (17.97% from 255 or 25.28% from 178); Blue value is 128 (50.39% from 255 or 71.91% from 178); Max value from RGB is 128 - color contains mainly: blue. Hex color #052D80 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052D80 is #FAD27F. Grayscale: #2A2A2A. Windows color (decimal): -16437888 or 8400133. OLE color: 8400133.
HSL color Cylindrical-coordinate representation of color #052D80: hue angle of 220.49º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #052D80 is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 5 | 45 | 128 | - |
| CMYK | 0.96 | 0.65 | 0 | 0.50 |
| HSL | 220.49º | 0.92% | 0.26% | - |
| HSV(B) | 220.49º | 0.96% | 0.5% | - |
| XYZ | 4.9 | 3.47 | 20.83 | - |
| YUV | 42.5 | 176.25 | 101.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 45 | 128 | 0.96 | 0.65 | 0 | 0.50 | 220.49 | 0.92 | 0.26 |
| Hex | 5 | 2D | 80 | 60 | 41 | 0 | 32 | DC | 5C | 1A |
| Octal | 5 | 55 | 200 | 140 | 101 | 0 | 62 | 334 | 134 | 32 |
| Binary | 101 | 101101 | 10000000 | 1100000 | 1000001 | 0 | 110010 | 11011100 | 1011100 | 11010 |
Color Harmonies of #052D80
Complementary color
Monochromatic Colors of #052D80
Black with #052D80
Text Example
Text Example
White with #052D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052D80; }
p { color: rgb(5,45,128); }
H1.HeaderClassName
{
color: #052D80;
}
.AnyTagClassName
{
color: #052D80;
}
</style>
background-color css
<style>
a { background-color: #052D80; }
a { background-color: rgb(5,45,128); }
div.DivClassName
{
background-color: #052D80;
}
.BgClassName
{
background-color: #052D80;
}
</style>
border-color css
<style>
span { border-color: #052D80; }
span { border-color: rgb(5,45,128); }
td.TdClassName
{
border-color: #052D80;
}
.TagClassName
{
border-color: #052D80;
}
</style>