Shades of Smalt #052688
Tints of Smalt #052688
RGB
CMYK
RGB Variations
Color information
#052688 (or 0x052688) is known color: Smalt. HEX triplet: 05, 26 and 88. RGB value is (5,38,136). Sum of RGB (Red+Green+Blue) = 5+38+136=179 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.79% from 179); Green value is 38 (15.23% from 255 or 21.23% from 179); Blue value is 136 (53.52% from 255 or 75.98% from 179); Max value from RGB is 136 - color contains mainly: blue. Hex color #052688 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052688 is #FAD977. Grayscale: #262626. Windows color (decimal): -16439672 or 8922629. OLE color: 8922629.
HSL color Cylindrical-coordinate representation of color #052688: hue angle of 224.89º 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 #052688 is Cyan = 0.96, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 5 | 38 | 136 | - |
| CMYK | 0.96 | 0.72 | 0 | 0.47 |
| HSL | 224.89º | 0.93% | 0.28% | - |
| HSV(B) | 224.89º | 0.96% | 0.53% | - |
| XYZ | 5.2 | 3.2 | 23.64 | - |
| YUV | 39.31 | 182.57 | 103.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 38 | 136 | 0.96 | 0.72 | 0 | 0.47 | 224.89 | 0.93 | 0.28 |
| Hex | 5 | 26 | 88 | 60 | 48 | 0 | 2F | E1 | 5D | 1C |
| Octal | 5 | 46 | 210 | 140 | 110 | 0 | 57 | 341 | 135 | 34 |
| Binary | 101 | 100110 | 10001000 | 1100000 | 1001000 | 0 | 101111 | 11100001 | 1011101 | 11100 |
Color Harmonies of #052688
Complementary color
Monochromatic Colors of #052688
Black with #052688
Text Example
Text Example
White with #052688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052688; }
p { color: rgb(5,38,136); }
H1.HeaderClassName
{
color: #052688;
}
.AnyTagClassName
{
color: #052688;
}
</style>
background-color css
<style>
a { background-color: #052688; }
a { background-color: rgb(5,38,136); }
div.DivClassName
{
background-color: #052688;
}
.BgClassName
{
background-color: #052688;
}
</style>
border-color css
<style>
span { border-color: #052688; }
span { border-color: rgb(5,38,136); }
td.TdClassName
{
border-color: #052688;
}
.TagClassName
{
border-color: #052688;
}
</style>