Shades of Prussian Blue #054866
Tints of Prussian Blue #054866
RGB
CMYK
RGB Variations
Color information
#054866 (or 0x054866) is known color: Prussian Blue. HEX triplet: 05, 48 and 66. RGB value is (5,72,102). Sum of RGB (Red+Green+Blue) = 5+72+102=179 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.79% from 179); Green value is 72 (28.52% from 255 or 40.22% from 179); Blue value is 102 (40.23% from 255 or 56.98% from 179); Max value from RGB is 102 - color contains mainly: blue. Hex color #054866 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054866 is #FAB799. Grayscale: #373737. Windows color (decimal): -16431002 or 6703109. OLE color: 6703109.
HSL color Cylindrical-coordinate representation of color #054866: hue angle of 198.56º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #054866 is Cyan = 0.95, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 5 | 72 | 102 | - |
| CMYK | 0.95 | 0.29 | 0 | 0.6 |
| HSL | 198.56º | 0.91% | 0.21% | - |
| HSV(B) | 198.56º | 0.95% | 0.4% | - |
| XYZ | 4.78 | 5.63 | 13.4 | - |
| YUV | 55.39 | 154.3 | 92.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 72 | 102 | 0.95 | 0.29 | 0 | 0.6 | 198.56 | 0.91 | 0.21 |
| Hex | 5 | 48 | 66 | 5F | 1D | 0 | 3C | C7 | 5B | 15 |
| Octal | 5 | 110 | 146 | 137 | 35 | 0 | 74 | 307 | 133 | 25 |
| Binary | 101 | 1001000 | 1100110 | 1011111 | 11101 | 0 | 111100 | 11000111 | 1011011 | 10101 |
Color Harmonies of #054866
Complementary color
Monochromatic Colors of #054866
Black with #054866
Text Example
Text Example
White with #054866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054866; }
p { color: rgb(5,72,102); }
H1.HeaderClassName
{
color: #054866;
}
.AnyTagClassName
{
color: #054866;
}
</style>
background-color css
<style>
a { background-color: #054866; }
a { background-color: rgb(5,72,102); }
div.DivClassName
{
background-color: #054866;
}
.BgClassName
{
background-color: #054866;
}
</style>
border-color css
<style>
span { border-color: #054866; }
span { border-color: rgb(5,72,102); }
td.TdClassName
{
border-color: #054866;
}
.TagClassName
{
border-color: #054866;
}
</style>