Shades of Smalt #05328B
Tints of Smalt #05328B
RGB
CMYK
RGB Variations
Color information
#05328B (or 0x05328B) is known color: Smalt. HEX triplet: 05, 32 and 8B. RGB value is (5,50,139). Sum of RGB (Red+Green+Blue) = 5+50+139=194 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.58% from 194); Green value is 50 (19.92% from 255 or 25.77% from 194); Blue value is 139 (54.69% from 255 or 71.65% from 194); Max value from RGB is 139 - color contains mainly: blue. Hex color #05328B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05328B is #FACD74. Grayscale: #2E2E2E. Windows color (decimal): -16436597 or 9122309. OLE color: 9122309.
HSL color Cylindrical-coordinate representation of color #05328B: hue angle of 219.85º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05328B is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 50 | 139 | - |
| CMYK | 0.96 | 0.64 | 0 | 0.45 |
| HSL | 219.85º | 0.93% | 0.28% | - |
| HSV(B) | 219.85º | 0.96% | 0.55% | - |
| XYZ | 5.86 | 4.18 | 24.92 | - |
| YUV | 46.69 | 180.09 | 98.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 50 | 139 | 0.96 | 0.64 | 0 | 0.45 | 219.85 | 0.93 | 0.28 |
| Hex | 5 | 32 | 8B | 60 | 40 | 0 | 2D | DC | 5D | 1C |
| Octal | 5 | 62 | 213 | 140 | 100 | 0 | 55 | 334 | 135 | 34 |
| Binary | 101 | 110010 | 10001011 | 1100000 | 1000000 | 0 | 101101 | 11011100 | 1011101 | 11100 |
Color Harmonies of #05328B
Complementary color
Monochromatic Colors of #05328B
Black with #05328B
Text Example
Text Example
White with #05328B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05328B; }
p { color: rgb(5,50,139); }
H1.HeaderClassName
{
color: #05328B;
}
.AnyTagClassName
{
color: #05328B;
}
</style>
background-color css
<style>
a { background-color: #05328B; }
a { background-color: rgb(5,50,139); }
div.DivClassName
{
background-color: #05328B;
}
.BgClassName
{
background-color: #05328B;
}
</style>
border-color css
<style>
span { border-color: #05328B; }
span { border-color: rgb(5,50,139); }
td.TdClassName
{
border-color: #05328B;
}
.TagClassName
{
border-color: #05328B;
}
</style>