Shades of Smalt #052588
Tints of Smalt #052588
RGB
CMYK
RGB Variations
Color information
#052588 (or 0x052588) is known color: Smalt. HEX triplet: 05, 25 and 88. RGB value is (5,37,136). Sum of RGB (Red+Green+Blue) = 5+37+136=178 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.81% from 178); Green value is 37 (14.84% from 255 or 20.79% from 178); Blue value is 136 (53.52% from 255 or 76.40% from 178); Max value from RGB is 136 - color contains mainly: blue. Hex color #052588 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052588 is #FADA77. Grayscale: #262626. Windows color (decimal): -16439928 or 8922373. OLE color: 8922373.
HSL color Cylindrical-coordinate representation of color #052588: hue angle of 225.34º 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 #052588 is Cyan = 0.96, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 5 | 37 | 136 | - |
| CMYK | 0.96 | 0.73 | 0 | 0.47 |
| HSL | 225.34º | 0.93% | 0.28% | - |
| HSV(B) | 225.34º | 0.96% | 0.53% | - |
| XYZ | 5.17 | 3.13 | 23.62 | - |
| YUV | 38.72 | 182.9 | 103.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 37 | 136 | 0.96 | 0.73 | 0 | 0.47 | 225.34 | 0.93 | 0.28 |
| Hex | 5 | 25 | 88 | 60 | 49 | 0 | 2F | E1 | 5D | 1C |
| Octal | 5 | 45 | 210 | 140 | 111 | 0 | 57 | 341 | 135 | 34 |
| Binary | 101 | 100101 | 10001000 | 1100000 | 1001001 | 0 | 101111 | 11100001 | 1011101 | 11100 |
Color Harmonies of #052588
Complementary color
Monochromatic Colors of #052588
Black with #052588
Text Example
Text Example
White with #052588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052588; }
p { color: rgb(5,37,136); }
H1.HeaderClassName
{
color: #052588;
}
.AnyTagClassName
{
color: #052588;
}
</style>
background-color css
<style>
a { background-color: #052588; }
a { background-color: rgb(5,37,136); }
div.DivClassName
{
background-color: #052588;
}
.BgClassName
{
background-color: #052588;
}
</style>
border-color css
<style>
span { border-color: #052588; }
span { border-color: rgb(5,37,136); }
td.TdClassName
{
border-color: #052588;
}
.TagClassName
{
border-color: #052588;
}
</style>