Shades of Prussian Blue #053478
Tints of Prussian Blue #053478
RGB
CMYK
RGB Variations
Color information
#053478 (or 0x053478) is known color: Prussian Blue. HEX triplet: 05, 34 and 78. RGB value is (5,52,120). Sum of RGB (Red+Green+Blue) = 5+52+120=177 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.82% from 177); Green value is 52 (20.70% from 255 or 29.38% from 177); Blue value is 120 (47.27% from 255 or 67.80% from 177); Max value from RGB is 120 - color contains mainly: blue. Hex color #053478 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053478 is #FACB87. Grayscale: #2D2D2D. Windows color (decimal): -16436104 or 7877637. OLE color: 7877637.
HSL color Cylindrical-coordinate representation of color #053478: hue angle of 215.48º 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 #053478 is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 5 | 52 | 120 | - |
| CMYK | 0.96 | 0.57 | 0 | 0.53 |
| HSL | 215.48º | 0.92% | 0.25% | - |
| HSV(B) | 215.48º | 0.96% | 0.47% | - |
| XYZ | 4.68 | 3.84 | 18.26 | - |
| YUV | 45.7 | 169.93 | 98.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 52 | 120 | 0.96 | 0.57 | 0 | 0.53 | 215.48 | 0.92 | 0.25 |
| Hex | 5 | 34 | 78 | 60 | 39 | 0 | 35 | D7 | 5C | 19 |
| Octal | 5 | 64 | 170 | 140 | 71 | 0 | 65 | 327 | 134 | 31 |
| Binary | 101 | 110100 | 1111000 | 1100000 | 111001 | 0 | 110101 | 11010111 | 1011100 | 11001 |
Color Harmonies of #053478
Complementary color
Monochromatic Colors of #053478
Black with #053478
Text Example
Text Example
White with #053478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053478; }
p { color: rgb(5,52,120); }
H1.HeaderClassName
{
color: #053478;
}
.AnyTagClassName
{
color: #053478;
}
</style>
background-color css
<style>
a { background-color: #053478; }
a { background-color: rgb(5,52,120); }
div.DivClassName
{
background-color: #053478;
}
.BgClassName
{
background-color: #053478;
}
</style>
border-color css
<style>
span { border-color: #053478; }
span { border-color: rgb(5,52,120); }
td.TdClassName
{
border-color: #053478;
}
.TagClassName
{
border-color: #053478;
}
</style>