Shades of Smalt #052385
Tints of Smalt #052385
RGB
CMYK
RGB Variations
Color information
#052385 (or 0x052385) is known color: Smalt. HEX triplet: 05, 23 and 85. RGB value is (5,35,133). Sum of RGB (Red+Green+Blue) = 5+35+133=173 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.89% from 173); Green value is 35 (14.06% from 255 or 20.23% from 173); Blue value is 133 (52.34% from 255 or 76.88% from 173); Max value from RGB is 133 - color contains mainly: blue. Hex color #052385 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052385 is #FADC7A. Grayscale: #242424. Windows color (decimal): -16440443 or 8725253. OLE color: 8725253.
HSL color Cylindrical-coordinate representation of color #052385: hue angle of 225.94º 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 #052385 is Cyan = 0.96, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 5 | 35 | 133 | - |
| CMYK | 0.96 | 0.74 | 0 | 0.48 |
| HSL | 225.94º | 0.93% | 0.27% | - |
| HSV(B) | 225.94º | 0.96% | 0.52% | - |
| XYZ | 4.9 | 2.93 | 22.5 | - |
| YUV | 37.2 | 182.06 | 105.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 35 | 133 | 0.96 | 0.74 | 0 | 0.48 | 225.94 | 0.93 | 0.27 |
| Hex | 5 | 23 | 85 | 60 | 4A | 0 | 30 | E2 | 5D | 1B |
| Octal | 5 | 43 | 205 | 140 | 112 | 0 | 60 | 342 | 135 | 33 |
| Binary | 101 | 100011 | 10000101 | 1100000 | 1001010 | 0 | 110000 | 11100010 | 1011101 | 11011 |
Color Harmonies of #052385
Complementary color
Monochromatic Colors of #052385
Black with #052385
Text Example
Text Example
White with #052385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052385; }
p { color: rgb(5,35,133); }
H1.HeaderClassName
{
color: #052385;
}
.AnyTagClassName
{
color: #052385;
}
</style>
background-color css
<style>
a { background-color: #052385; }
a { background-color: rgb(5,35,133); }
div.DivClassName
{
background-color: #052385;
}
.BgClassName
{
background-color: #052385;
}
</style>
border-color css
<style>
span { border-color: #052385; }
span { border-color: rgb(5,35,133); }
td.TdClassName
{
border-color: #052385;
}
.TagClassName
{
border-color: #052385;
}
</style>