Shades of Smalt #052488
Tints of Smalt #052488
RGB
CMYK
RGB Variations
Color information
#052488 (or 0x052488) is known color: Smalt. HEX triplet: 05, 24 and 88. RGB value is (5,36,136). Sum of RGB (Red+Green+Blue) = 5+36+136=177 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.82% from 177); Green value is 36 (14.45% from 255 or 20.34% from 177); Blue value is 136 (53.52% from 255 or 76.84% from 177); Max value from RGB is 136 - color contains mainly: blue. Hex color #052488 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052488 is #FADB77. Grayscale: #252525. Windows color (decimal): -16440184 or 8922117. OLE color: 8922117.
HSL color Cylindrical-coordinate representation of color #052488: hue angle of 225.8º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #052488 is Cyan = 0.96, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 5 | 36 | 136 | - |
| CMYK | 0.96 | 0.74 | 0 | 0.47 |
| HSL | 225.8º | 0.93% | 0.28% | - |
| HSV(B) | 225.8º | 0.96% | 0.53% | - |
| XYZ | 5.14 | 3.07 | 23.61 | - |
| YUV | 38.13 | 183.23 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 36 | 136 | 0.96 | 0.74 | 0 | 0.47 | 225.8 | 0.93 | 0.28 |
| Hex | 5 | 24 | 88 | 60 | 4A | 0 | 2F | E2 | 5D | 1C |
| Octal | 5 | 44 | 210 | 140 | 112 | 0 | 57 | 342 | 135 | 34 |
| Binary | 101 | 100100 | 10001000 | 1100000 | 1001010 | 0 | 101111 | 11100010 | 1011101 | 11100 |
Color Harmonies of #052488
Complementary color
Monochromatic Colors of #052488
Black with #052488
Text Example
Text Example
White with #052488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052488; }
p { color: rgb(5,36,136); }
H1.HeaderClassName
{
color: #052488;
}
.AnyTagClassName
{
color: #052488;
}
</style>
background-color css
<style>
a { background-color: #052488; }
a { background-color: rgb(5,36,136); }
div.DivClassName
{
background-color: #052488;
}
.BgClassName
{
background-color: #052488;
}
</style>
border-color css
<style>
span { border-color: #052488; }
span { border-color: rgb(5,36,136); }
td.TdClassName
{
border-color: #052488;
}
.TagClassName
{
border-color: #052488;
}
</style>