Shades of Smalt #053889
Tints of Smalt #053889
RGB
CMYK
RGB Variations
Color information
#053889 (or 0x053889) is known color: Smalt. HEX triplet: 05, 38 and 89. RGB value is (5,56,137). Sum of RGB (Red+Green+Blue) = 5+56+137=198 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.53% from 198); Green value is 56 (22.27% from 255 or 28.28% from 198); Blue value is 137 (53.91% from 255 or 69.19% from 198); Max value from RGB is 137 - color contains mainly: blue. Hex color #053889 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053889 is #FAC776. Grayscale: #313131. Windows color (decimal): -16435063 or 8992773. OLE color: 8992773.
HSL color Cylindrical-coordinate representation of color #053889: hue angle of 216.82º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #053889 is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 5 | 56 | 137 | - |
| CMYK | 0.96 | 0.59 | 0 | 0.46 |
| HSL | 216.82º | 0.93% | 0.28% | - |
| HSV(B) | 216.82º | 0.96% | 0.54% | - |
| XYZ | 5.99 | 4.67 | 24.25 | - |
| YUV | 49.99 | 177.1 | 95.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 56 | 137 | 0.96 | 0.59 | 0 | 0.46 | 216.82 | 0.93 | 0.28 |
| Hex | 5 | 38 | 89 | 60 | 3B | 0 | 2E | D9 | 5D | 1C |
| Octal | 5 | 70 | 211 | 140 | 73 | 0 | 56 | 331 | 135 | 34 |
| Binary | 101 | 111000 | 10001001 | 1100000 | 111011 | 0 | 101110 | 11011001 | 1011101 | 11100 |
Color Harmonies of #053889
Complementary color
Monochromatic Colors of #053889
Black with #053889
Text Example
Text Example
White with #053889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053889; }
p { color: rgb(5,56,137); }
H1.HeaderClassName
{
color: #053889;
}
.AnyTagClassName
{
color: #053889;
}
</style>
background-color css
<style>
a { background-color: #053889; }
a { background-color: rgb(5,56,137); }
div.DivClassName
{
background-color: #053889;
}
.BgClassName
{
background-color: #053889;
}
</style>
border-color css
<style>
span { border-color: #053889; }
span { border-color: rgb(5,56,137); }
td.TdClassName
{
border-color: #053889;
}
.TagClassName
{
border-color: #053889;
}
</style>