Shades of Smalt #053484
Tints of Smalt #053484
RGB
CMYK
RGB Variations
Color information
#053484 (or 0x053484) is known color: Smalt. HEX triplet: 05, 34 and 84. RGB value is (5,52,132). Sum of RGB (Red+Green+Blue) = 5+52+132=189 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.65% from 189); Green value is 52 (20.70% from 255 or 27.51% from 189); Blue value is 132 (51.95% from 255 or 69.84% from 189); Max value from RGB is 132 - color contains mainly: blue. Hex color #053484 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053484 is #FACB7B. Grayscale: #2E2E2E. Windows color (decimal): -16436092 or 8664069. OLE color: 8664069.
HSL color Cylindrical-coordinate representation of color #053484: hue angle of 217.8º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #053484 is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 5 | 52 | 132 | - |
| CMYK | 0.96 | 0.61 | 0 | 0.48 |
| HSL | 217.8º | 0.93% | 0.27% | - |
| HSV(B) | 217.8º | 0.96% | 0.52% | - |
| XYZ | 5.46 | 4.15 | 22.34 | - |
| YUV | 47.07 | 175.93 | 98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 52 | 132 | 0.96 | 0.61 | 0 | 0.48 | 217.8 | 0.93 | 0.27 |
| Hex | 5 | 34 | 84 | 60 | 3D | 0 | 30 | DA | 5D | 1B |
| Octal | 5 | 64 | 204 | 140 | 75 | 0 | 60 | 332 | 135 | 33 |
| Binary | 101 | 110100 | 10000100 | 1100000 | 111101 | 0 | 110000 | 11011010 | 1011101 | 11011 |
Color Harmonies of #053484
Complementary color
Monochromatic Colors of #053484
Black with #053484
Text Example
Text Example
White with #053484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053484; }
p { color: rgb(5,52,132); }
H1.HeaderClassName
{
color: #053484;
}
.AnyTagClassName
{
color: #053484;
}
</style>
background-color css
<style>
a { background-color: #053484; }
a { background-color: rgb(5,52,132); }
div.DivClassName
{
background-color: #053484;
}
.BgClassName
{
background-color: #053484;
}
</style>
border-color css
<style>
span { border-color: #053484; }
span { border-color: rgb(5,52,132); }
td.TdClassName
{
border-color: #053484;
}
.TagClassName
{
border-color: #053484;
}
</style>