Shades of Smalt #052883
Tints of Smalt #052883
RGB
CMYK
RGB Variations
Color information
#052883 (or 0x052883) is known color: Smalt. HEX triplet: 05, 28 and 83. RGB value is (5,40,131). Sum of RGB (Red+Green+Blue) = 5+40+131=176 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.84% from 176); Green value is 40 (16.02% from 255 or 22.73% from 176); Blue value is 131 (51.56% from 255 or 74.43% from 176); Max value from RGB is 131 - color contains mainly: blue. Hex color #052883 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052883 is #FAD77C. Grayscale: #272727. Windows color (decimal): -16439165 or 8595461. OLE color: 8595461.
HSL color Cylindrical-coordinate representation of color #052883: hue angle of 223.33º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #052883 is Cyan = 0.96, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 5 | 40 | 131 | - |
| CMYK | 0.96 | 0.69 | 0 | 0.49 |
| HSL | 223.33º | 0.93% | 0.27% | - |
| HSV(B) | 223.33º | 0.96% | 0.51% | - |
| XYZ | 4.92 | 3.19 | 21.83 | - |
| YUV | 39.91 | 179.4 | 103.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 40 | 131 | 0.96 | 0.69 | 0 | 0.49 | 223.33 | 0.93 | 0.27 |
| Hex | 5 | 28 | 83 | 60 | 45 | 0 | 31 | DF | 5D | 1B |
| Octal | 5 | 50 | 203 | 140 | 105 | 0 | 61 | 337 | 135 | 33 |
| Binary | 101 | 101000 | 10000011 | 1100000 | 1000101 | 0 | 110001 | 11011111 | 1011101 | 11011 |
Color Harmonies of #052883
Complementary color
Monochromatic Colors of #052883
Black with #052883
Text Example
Text Example
White with #052883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052883; }
p { color: rgb(5,40,131); }
H1.HeaderClassName
{
color: #052883;
}
.AnyTagClassName
{
color: #052883;
}
</style>
background-color css
<style>
a { background-color: #052883; }
a { background-color: rgb(5,40,131); }
div.DivClassName
{
background-color: #052883;
}
.BgClassName
{
background-color: #052883;
}
</style>
border-color css
<style>
span { border-color: #052883; }
span { border-color: rgb(5,40,131); }
td.TdClassName
{
border-color: #052883;
}
.TagClassName
{
border-color: #052883;
}
</style>