Shades of Prussian Blue #053A54
Tints of Prussian Blue #053A54
RGB
CMYK
RGB Variations
Color information
#053A54 (or 0x053A54) is known color: Prussian Blue. HEX triplet: 05, 3A and 54. RGB value is (5,58,84). Sum of RGB (Red+Green+Blue) = 5+58+84=147 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.40% from 147); Green value is 58 (23.05% from 255 or 39.46% from 147); Blue value is 84 (33.20% from 255 or 57.14% from 147); Max value from RGB is 84 - color contains mainly: blue. Hex color #053A54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053A54 is #FAC5AB. Grayscale: #2C2C2C. Windows color (decimal): -16434604 or 5519877. OLE color: 5519877.
HSL color Cylindrical-coordinate representation of color #053A54: hue angle of 199.75º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #053A54 is Cyan = 0.94, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 5 | 58 | 84 | - |
| CMYK | 0.94 | 0.31 | 0 | 0.67 |
| HSL | 199.75º | 0.89% | 0.17% | - |
| HSV(B) | 199.75º | 0.94% | 0.33% | - |
| XYZ | 3.18 | 3.7 | 8.93 | - |
| YUV | 45.12 | 149.94 | 99.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 58 | 84 | 0.94 | 0.31 | 0 | 0.67 | 199.75 | 0.89 | 0.17 |
| Hex | 5 | 3A | 54 | 5E | 1F | 0 | 43 | C8 | 59 | 11 |
| Octal | 5 | 72 | 124 | 136 | 37 | 0 | 103 | 310 | 131 | 21 |
| Binary | 101 | 111010 | 1010100 | 1011110 | 11111 | 0 | 1000011 | 11001000 | 1011001 | 10001 |
Color Harmonies of #053A54
Complementary color
Monochromatic Colors of #053A54
Black with #053A54
Text Example
Text Example
White with #053A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053A54; }
p { color: rgb(5,58,84); }
H1.HeaderClassName
{
color: #053A54;
}
.AnyTagClassName
{
color: #053A54;
}
</style>
background-color css
<style>
a { background-color: #053A54; }
a { background-color: rgb(5,58,84); }
div.DivClassName
{
background-color: #053A54;
}
.BgClassName
{
background-color: #053A54;
}
</style>
border-color css
<style>
span { border-color: #053A54; }
span { border-color: rgb(5,58,84); }
td.TdClassName
{
border-color: #053A54;
}
.TagClassName
{
border-color: #053A54;
}
</style>