Shades of Prussian Blue #053278
Tints of Prussian Blue #053278
RGB
CMYK
RGB Variations
Color information
#053278 (or 0x053278) is known color: Prussian Blue. HEX triplet: 05, 32 and 78. RGB value is (5,50,120). Sum of RGB (Red+Green+Blue) = 5+50+120=175 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.86% from 175); Green value is 50 (19.92% from 255 or 28.57% from 175); Blue value is 120 (47.27% from 255 or 68.57% from 175); Max value from RGB is 120 - color contains mainly: blue. Hex color #053278 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053278 is #FACD87. Grayscale: #2C2C2C. Windows color (decimal): -16436616 or 7877125. OLE color: 7877125.
HSL color Cylindrical-coordinate representation of color #053278: hue angle of 216.52º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #053278 is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 5 | 50 | 120 | - |
| CMYK | 0.96 | 0.58 | 0 | 0.53 |
| HSL | 216.52º | 0.92% | 0.25% | - |
| HSV(B) | 216.52º | 0.96% | 0.47% | - |
| XYZ | 4.59 | 3.67 | 18.24 | - |
| YUV | 44.53 | 170.59 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 50 | 120 | 0.96 | 0.58 | 0 | 0.53 | 216.52 | 0.92 | 0.25 |
| Hex | 5 | 32 | 78 | 60 | 3A | 0 | 35 | D9 | 5C | 19 |
| Octal | 5 | 62 | 170 | 140 | 72 | 0 | 65 | 331 | 134 | 31 |
| Binary | 101 | 110010 | 1111000 | 1100000 | 111010 | 0 | 110101 | 11011001 | 1011100 | 11001 |
Color Harmonies of #053278
Complementary color
Monochromatic Colors of #053278
Black with #053278
Text Example
Text Example
White with #053278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053278; }
p { color: rgb(5,50,120); }
H1.HeaderClassName
{
color: #053278;
}
.AnyTagClassName
{
color: #053278;
}
</style>
background-color css
<style>
a { background-color: #053278; }
a { background-color: rgb(5,50,120); }
div.DivClassName
{
background-color: #053278;
}
.BgClassName
{
background-color: #053278;
}
</style>
border-color css
<style>
span { border-color: #053278; }
span { border-color: rgb(5,50,120); }
td.TdClassName
{
border-color: #053278;
}
.TagClassName
{
border-color: #053278;
}
</style>