Shades of Smalt #052185
Tints of Smalt #052185
RGB
CMYK
RGB Variations
Color information
#052185 (or 0x052185) is known color: Smalt. HEX triplet: 05, 21 and 85. RGB value is (5,33,133). Sum of RGB (Red+Green+Blue) = 5+33+133=171 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.92% from 171); Green value is 33 (13.28% from 255 or 19.30% from 171); Blue value is 133 (52.34% from 255 or 77.78% from 171); Max value from RGB is 133 - color contains mainly: blue. Hex color #052185 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052185 is #FADE7A. Grayscale: #232323. Windows color (decimal): -16440955 or 8724741. OLE color: 8724741.
HSL color Cylindrical-coordinate representation of color #052185: hue angle of 226.88º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #052185 is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 5 | 33 | 133 | - |
| CMYK | 0.96 | 0.75 | 0 | 0.48 |
| HSL | 226.88º | 0.93% | 0.27% | - |
| HSV(B) | 226.88º | 0.96% | 0.52% | - |
| XYZ | 4.84 | 2.81 | 22.48 | - |
| YUV | 36.03 | 182.72 | 105.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 33 | 133 | 0.96 | 0.75 | 0 | 0.48 | 226.88 | 0.93 | 0.27 |
| Hex | 5 | 21 | 85 | 60 | 4B | 0 | 30 | E3 | 5D | 1B |
| Octal | 5 | 41 | 205 | 140 | 113 | 0 | 60 | 343 | 135 | 33 |
| Binary | 101 | 100001 | 10000101 | 1100000 | 1001011 | 0 | 110000 | 11100011 | 1011101 | 11011 |
Color Harmonies of #052185
Complementary color
Monochromatic Colors of #052185
Black with #052185
Text Example
Text Example
White with #052185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052185; }
p { color: rgb(5,33,133); }
H1.HeaderClassName
{
color: #052185;
}
.AnyTagClassName
{
color: #052185;
}
</style>
background-color css
<style>
a { background-color: #052185; }
a { background-color: rgb(5,33,133); }
div.DivClassName
{
background-color: #052185;
}
.BgClassName
{
background-color: #052185;
}
</style>
border-color css
<style>
span { border-color: #052185; }
span { border-color: rgb(5,33,133); }
td.TdClassName
{
border-color: #052185;
}
.TagClassName
{
border-color: #052185;
}
</style>