Shades of Prussian Blue #054560
Tints of Prussian Blue #054560
RGB
CMYK
RGB Variations
Color information
#054560 (or 0x054560) is known color: Prussian Blue. HEX triplet: 05, 45 and 60. RGB value is (5,69,96). Sum of RGB (Red+Green+Blue) = 5+69+96=170 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.94% from 170); Green value is 69 (27.34% from 255 or 40.59% from 170); Blue value is 96 (37.89% from 255 or 56.47% from 170); Max value from RGB is 96 - color contains mainly: blue. Hex color #054560 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054560 is #FABA9F. Grayscale: #343434. Windows color (decimal): -16431776 or 6309125. OLE color: 6309125.
HSL color Cylindrical-coordinate representation of color #054560: hue angle of 197.8º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #054560 is Cyan = 0.95, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 5 | 69 | 96 | - |
| CMYK | 0.95 | 0.28 | 0 | 0.62 |
| HSL | 197.8º | 0.9% | 0.2% | - |
| HSV(B) | 197.8º | 0.95% | 0.38% | - |
| XYZ | 4.3 | 5.13 | 11.83 | - |
| YUV | 52.94 | 152.3 | 93.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 69 | 96 | 0.95 | 0.28 | 0 | 0.62 | 197.8 | 0.9 | 0.2 |
| Hex | 5 | 45 | 60 | 5F | 1C | 0 | 3E | C6 | 5A | 14 |
| Octal | 5 | 105 | 140 | 137 | 34 | 0 | 76 | 306 | 132 | 24 |
| Binary | 101 | 1000101 | 1100000 | 1011111 | 11100 | 0 | 111110 | 11000110 | 1011010 | 10100 |
Color Harmonies of #054560
Complementary color
Monochromatic Colors of #054560
Black with #054560
Text Example
Text Example
White with #054560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054560; }
p { color: rgb(5,69,96); }
H1.HeaderClassName
{
color: #054560;
}
.AnyTagClassName
{
color: #054560;
}
</style>
background-color css
<style>
a { background-color: #054560; }
a { background-color: rgb(5,69,96); }
div.DivClassName
{
background-color: #054560;
}
.BgClassName
{
background-color: #054560;
}
</style>
border-color css
<style>
span { border-color: #054560; }
span { border-color: rgb(5,69,96); }
td.TdClassName
{
border-color: #054560;
}
.TagClassName
{
border-color: #054560;
}
</style>