Shades of Smalt #05328C
Tints of Smalt #05328C
RGB
CMYK
RGB Variations
Color information
#05328C (or 0x05328C) is known color: Smalt. HEX triplet: 05, 32 and 8C. RGB value is (5,50,140). Sum of RGB (Red+Green+Blue) = 5+50+140=195 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.56% from 195); Green value is 50 (19.92% from 255 or 25.64% from 195); Blue value is 140 (55.08% from 255 or 71.79% from 195); Max value from RGB is 140 - color contains mainly: blue. Hex color #05328C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05328C is #FACD73. Grayscale: #2E2E2E. Windows color (decimal): -16436596 or 9187845. OLE color: 9187845.
HSL color Cylindrical-coordinate representation of color #05328C: hue angle of 220º 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 #05328C is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 50 | 140 | - |
| CMYK | 0.96 | 0.64 | 0 | 0.45 |
| HSL | 220º | 0.93% | 0.28% | - |
| HSV(B) | 220º | 0.96% | 0.55% | - |
| XYZ | 5.94 | 4.21 | 25.31 | - |
| YUV | 46.81 | 180.59 | 98.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 50 | 140 | 0.96 | 0.64 | 0 | 0.45 | 220 | 0.93 | 0.28 |
| Hex | 5 | 32 | 8C | 60 | 40 | 0 | 2D | DC | 5D | 1C |
| Octal | 5 | 62 | 214 | 140 | 100 | 0 | 55 | 334 | 135 | 34 |
| Binary | 101 | 110010 | 10001100 | 1100000 | 1000000 | 0 | 101101 | 11011100 | 1011101 | 11100 |
Color Harmonies of #05328C
Complementary color
Monochromatic Colors of #05328C
Black with #05328C
Text Example
Text Example
White with #05328C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05328C; }
p { color: rgb(5,50,140); }
H1.HeaderClassName
{
color: #05328C;
}
.AnyTagClassName
{
color: #05328C;
}
</style>
background-color css
<style>
a { background-color: #05328C; }
a { background-color: rgb(5,50,140); }
div.DivClassName
{
background-color: #05328C;
}
.BgClassName
{
background-color: #05328C;
}
</style>
border-color css
<style>
span { border-color: #05328C; }
span { border-color: rgb(5,50,140); }
td.TdClassName
{
border-color: #05328C;
}
.TagClassName
{
border-color: #05328C;
}
</style>