Shades of Smalt #052789
Tints of Smalt #052789
RGB
CMYK
RGB Variations
Color information
#052789 (or 0x052789) is known color: Smalt. HEX triplet: 05, 27 and 89. RGB value is (5,39,137). Sum of RGB (Red+Green+Blue) = 5+39+137=181 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.76% from 181); Green value is 39 (15.62% from 255 or 21.55% from 181); Blue value is 137 (53.91% from 255 or 75.69% from 181); Max value from RGB is 137 - color contains mainly: blue. Hex color #052789 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052789 is #FAD876. Grayscale: #272727. Windows color (decimal): -16439415 or 8988421. OLE color: 8988421.
HSL color Cylindrical-coordinate representation of color #052789: hue angle of 224.55º 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 #052789 is Cyan = 0.96, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 5 | 39 | 137 | - |
| CMYK | 0.96 | 0.72 | 0 | 0.46 |
| HSL | 224.55º | 0.93% | 0.28% | - |
| HSV(B) | 224.55º | 0.96% | 0.54% | - |
| XYZ | 5.3 | 3.29 | 24.02 | - |
| YUV | 40.01 | 182.74 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 39 | 137 | 0.96 | 0.72 | 0 | 0.46 | 224.55 | 0.93 | 0.28 |
| Hex | 5 | 27 | 89 | 60 | 48 | 0 | 2E | E1 | 5D | 1C |
| Octal | 5 | 47 | 211 | 140 | 110 | 0 | 56 | 341 | 135 | 34 |
| Binary | 101 | 100111 | 10001001 | 1100000 | 1001000 | 0 | 101110 | 11100001 | 1011101 | 11100 |
Color Harmonies of #052789
Complementary color
Monochromatic Colors of #052789
Black with #052789
Text Example
Text Example
White with #052789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052789; }
p { color: rgb(5,39,137); }
H1.HeaderClassName
{
color: #052789;
}
.AnyTagClassName
{
color: #052789;
}
</style>
background-color css
<style>
a { background-color: #052789; }
a { background-color: rgb(5,39,137); }
div.DivClassName
{
background-color: #052789;
}
.BgClassName
{
background-color: #052789;
}
</style>
border-color css
<style>
span { border-color: #052789; }
span { border-color: rgb(5,39,137); }
td.TdClassName
{
border-color: #052789;
}
.TagClassName
{
border-color: #052789;
}
</style>