Shades of Prussian Blue #054465
Tints of Prussian Blue #054465
RGB
CMYK
RGB Variations
Color information
#054465 (or 0x054465) is known color: Prussian Blue. HEX triplet: 05, 44 and 65. RGB value is (5,68,101). Sum of RGB (Red+Green+Blue) = 5+68+101=174 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.87% from 174); Green value is 68 (26.95% from 255 or 39.08% from 174); Blue value is 101 (39.84% from 255 or 58.05% from 174); Max value from RGB is 101 - color contains mainly: blue. Hex color #054465 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054465 is #FABB9A. Grayscale: #343434. Windows color (decimal): -16432027 or 6636549. OLE color: 6636549.
HSL color Cylindrical-coordinate representation of color #054465: hue angle of 200.62º 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 #054465 is Cyan = 0.95, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 5 | 68 | 101 | - |
| CMYK | 0.95 | 0.33 | 0 | 0.60 |
| HSL | 200.63º | 0.91% | 0.21% | - |
| HSV(B) | 200.63º | 0.95% | 0.4% | - |
| XYZ | 4.48 | 5.11 | 13.06 | - |
| YUV | 52.93 | 155.13 | 93.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 68 | 101 | 0.95 | 0.33 | 0 | 0.60 | 200.63 | 0.91 | 0.21 |
| Hex | 5 | 44 | 65 | 5F | 21 | 0 | 3C | C9 | 5B | 15 |
| Octal | 5 | 104 | 145 | 137 | 41 | 0 | 74 | 311 | 133 | 25 |
| Binary | 101 | 1000100 | 1100101 | 1011111 | 100001 | 0 | 111100 | 11001001 | 1011011 | 10101 |
Color Harmonies of #054465
Complementary color
Monochromatic Colors of #054465
Black with #054465
Text Example
Text Example
White with #054465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054465; }
p { color: rgb(5,68,101); }
H1.HeaderClassName
{
color: #054465;
}
.AnyTagClassName
{
color: #054465;
}
</style>
background-color css
<style>
a { background-color: #054465; }
a { background-color: rgb(5,68,101); }
div.DivClassName
{
background-color: #054465;
}
.BgClassName
{
background-color: #054465;
}
</style>
border-color css
<style>
span { border-color: #054465; }
span { border-color: rgb(5,68,101); }
td.TdClassName
{
border-color: #054465;
}
.TagClassName
{
border-color: #054465;
}
</style>