Shades of Prussian Blue #053873
Tints of Prussian Blue #053873
RGB
CMYK
RGB Variations
Color information
#053873 (or 0x053873) is known color: Prussian Blue. HEX triplet: 05, 38 and 73. RGB value is (5,56,115). Sum of RGB (Red+Green+Blue) = 5+56+115=176 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.84% from 176); Green value is 56 (22.27% from 255 or 31.82% from 176); Blue value is 115 (45.31% from 255 or 65.34% from 176); Max value from RGB is 115 - color contains mainly: blue. Hex color #053873 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053873 is #FAC78C. Grayscale: #2F2F2F. Windows color (decimal): -16435085 or 7550981. OLE color: 7550981.
HSL color Cylindrical-coordinate representation of color #053873: hue angle of 212.18º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #053873 is Cyan = 0.96, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 5 | 56 | 115 | - |
| CMYK | 0.96 | 0.51 | 0 | 0.55 |
| HSL | 212.18º | 0.92% | 0.24% | - |
| HSV(B) | 212.18º | 0.96% | 0.45% | - |
| XYZ | 4.57 | 4.1 | 16.77 | - |
| YUV | 47.48 | 166.1 | 97.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 56 | 115 | 0.96 | 0.51 | 0 | 0.55 | 212.18 | 0.92 | 0.24 |
| Hex | 5 | 38 | 73 | 60 | 33 | 0 | 37 | D4 | 5C | 18 |
| Octal | 5 | 70 | 163 | 140 | 63 | 0 | 67 | 324 | 134 | 30 |
| Binary | 101 | 111000 | 1110011 | 1100000 | 110011 | 0 | 110111 | 11010100 | 1011100 | 11000 |
Color Harmonies of #053873
Complementary color
Monochromatic Colors of #053873
Black with #053873
Text Example
Text Example
White with #053873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053873; }
p { color: rgb(5,56,115); }
H1.HeaderClassName
{
color: #053873;
}
.AnyTagClassName
{
color: #053873;
}
</style>
background-color css
<style>
a { background-color: #053873; }
a { background-color: rgb(5,56,115); }
div.DivClassName
{
background-color: #053873;
}
.BgClassName
{
background-color: #053873;
}
</style>
border-color css
<style>
span { border-color: #053873; }
span { border-color: rgb(5,56,115); }
td.TdClassName
{
border-color: #053873;
}
.TagClassName
{
border-color: #053873;
}
</style>