Shades of Smalt #05389B
Tints of Smalt #05389B
RGB
CMYK
RGB Variations
Color information
#05389B (or 0x05389B) is known color: Smalt. HEX triplet: 05, 38 and 9B. RGB value is (5,56,155). Sum of RGB (Red+Green+Blue) = 5+56+155=216 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.31% from 216); Green value is 56 (22.27% from 255 or 25.93% from 216); Blue value is 155 (60.94% from 255 or 71.76% from 216); Max value from RGB is 155 - color contains mainly: blue. Hex color #05389B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05389B is #FAC764. Grayscale: #333333. Windows color (decimal): -16435045 or 10172421. OLE color: 10172421.
HSL color Cylindrical-coordinate representation of color #05389B: hue angle of 219.6º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05389B is Cyan = 0.97, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 5 | 56 | 155 | - |
| CMYK | 0.97 | 0.64 | 0 | 0.39 |
| HSL | 219.6º | 0.94% | 0.31% | - |
| HSV(B) | 219.6º | 0.97% | 0.61% | - |
| XYZ | 7.39 | 5.23 | 31.63 | - |
| YUV | 52.04 | 186.1 | 94.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 56 | 155 | 0.97 | 0.64 | 0 | 0.39 | 219.6 | 0.94 | 0.31 |
| Hex | 5 | 38 | 9B | 61 | 40 | 0 | 27 | DC | 5E | 1F |
| Octal | 5 | 70 | 233 | 141 | 100 | 0 | 47 | 334 | 136 | 37 |
| Binary | 101 | 111000 | 10011011 | 1100001 | 1000000 | 0 | 100111 | 11011100 | 1011110 | 11111 |
Color Harmonies of #05389B
Complementary color
Monochromatic Colors of #05389B
Black with #05389B
Text Example
Text Example
White with #05389B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05389B; }
p { color: rgb(5,56,155); }
H1.HeaderClassName
{
color: #05389B;
}
.AnyTagClassName
{
color: #05389B;
}
</style>
background-color css
<style>
a { background-color: #05389B; }
a { background-color: rgb(5,56,155); }
div.DivClassName
{
background-color: #05389B;
}
.BgClassName
{
background-color: #05389B;
}
</style>
border-color css
<style>
span { border-color: #05389B; }
span { border-color: rgb(5,56,155); }
td.TdClassName
{
border-color: #05389B;
}
.TagClassName
{
border-color: #05389B;
}
</style>