Shades of Prussian Blue #054863
Tints of Prussian Blue #054863
RGB
CMYK
RGB Variations
Color information
#054863 (or 0x054863) is known color: Prussian Blue. HEX triplet: 05, 48 and 63. RGB value is (5,72,99). Sum of RGB (Red+Green+Blue) = 5+72+99=176 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.84% from 176); Green value is 72 (28.52% from 255 or 40.91% from 176); Blue value is 99 (39.06% from 255 or 56.25% from 176); Max value from RGB is 99 - color contains mainly: blue. Hex color #054863 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054863 is #FAB79C. Grayscale: #363636. Windows color (decimal): -16431005 or 6506501. OLE color: 6506501.
HSL color Cylindrical-coordinate representation of color #054863: hue angle of 197.23º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #054863 is Cyan = 0.95, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 5 | 72 | 99 | - |
| CMYK | 0.95 | 0.27 | 0 | 0.61 |
| HSL | 197.23º | 0.9% | 0.2% | - |
| HSV(B) | 197.23º | 0.95% | 0.39% | - |
| XYZ | 4.63 | 5.57 | 12.63 | - |
| YUV | 55.05 | 152.8 | 92.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 72 | 99 | 0.95 | 0.27 | 0 | 0.61 | 197.23 | 0.9 | 0.2 |
| Hex | 5 | 48 | 63 | 5F | 1B | 0 | 3D | C5 | 5A | 14 |
| Octal | 5 | 110 | 143 | 137 | 33 | 0 | 75 | 305 | 132 | 24 |
| Binary | 101 | 1001000 | 1100011 | 1011111 | 11011 | 0 | 111101 | 11000101 | 1011010 | 10100 |
Color Harmonies of #054863
Complementary color
Monochromatic Colors of #054863
Black with #054863
Text Example
Text Example
White with #054863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054863; }
p { color: rgb(5,72,99); }
H1.HeaderClassName
{
color: #054863;
}
.AnyTagClassName
{
color: #054863;
}
</style>
background-color css
<style>
a { background-color: #054863; }
a { background-color: rgb(5,72,99); }
div.DivClassName
{
background-color: #054863;
}
.BgClassName
{
background-color: #054863;
}
</style>
border-color css
<style>
span { border-color: #054863; }
span { border-color: rgb(5,72,99); }
td.TdClassName
{
border-color: #054863;
}
.TagClassName
{
border-color: #054863;
}
</style>