Shades of Smalt #05328F
Tints of Smalt #05328F
RGB
CMYK
RGB Variations
Color information
#05328F (or 0x05328F) is known color: Smalt. HEX triplet: 05, 32 and 8F. RGB value is (5,50,143). Sum of RGB (Red+Green+Blue) = 5+50+143=198 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.53% from 198); Green value is 50 (19.92% from 255 or 25.25% from 198); Blue value is 143 (56.25% from 255 or 72.22% from 198); Max value from RGB is 143 - color contains mainly: blue. Hex color #05328F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05328F is #FACD70. Grayscale: #2E2E2E. Windows color (decimal): -16436593 or 9384453. OLE color: 9384453.
HSL color Cylindrical-coordinate representation of color #05328F: hue angle of 220.43º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05328F is Cyan = 0.97, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 5 | 50 | 143 | - |
| CMYK | 0.97 | 0.65 | 0 | 0.44 |
| HSL | 220.43º | 0.93% | 0.29% | - |
| HSV(B) | 220.43º | 0.97% | 0.56% | - |
| XYZ | 6.16 | 4.3 | 26.49 | - |
| YUV | 47.15 | 182.09 | 97.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 50 | 143 | 0.97 | 0.65 | 0 | 0.44 | 220.43 | 0.93 | 0.29 |
| Hex | 5 | 32 | 8F | 61 | 41 | 0 | 2C | DC | 5D | 1D |
| Octal | 5 | 62 | 217 | 141 | 101 | 0 | 54 | 334 | 135 | 35 |
| Binary | 101 | 110010 | 10001111 | 1100001 | 1000001 | 0 | 101100 | 11011100 | 1011101 | 11101 |
Color Harmonies of #05328F
Complementary color
Monochromatic Colors of #05328F
Black with #05328F
Text Example
Text Example
White with #05328F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05328F; }
p { color: rgb(5,50,143); }
H1.HeaderClassName
{
color: #05328F;
}
.AnyTagClassName
{
color: #05328F;
}
</style>
background-color css
<style>
a { background-color: #05328F; }
a { background-color: rgb(5,50,143); }
div.DivClassName
{
background-color: #05328F;
}
.BgClassName
{
background-color: #05328F;
}
</style>
border-color css
<style>
span { border-color: #05328F; }
span { border-color: rgb(5,50,143); }
td.TdClassName
{
border-color: #05328F;
}
.TagClassName
{
border-color: #05328F;
}
</style>