Shades of Prussian Blue #053259
Tints of Prussian Blue #053259
RGB
CMYK
RGB Variations
Color information
#053259 (or 0x053259) is known color: Prussian Blue. HEX triplet: 05, 32 and 59. RGB value is (5,50,89). Sum of RGB (Red+Green+Blue) = 5+50+89=144 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.47% from 144); Green value is 50 (19.92% from 255 or 34.72% from 144); Blue value is 89 (35.16% from 255 or 61.81% from 144); Max value from RGB is 89 - color contains mainly: blue. Hex color #053259 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053259 is #FACDA6. Grayscale: #282828. Windows color (decimal): -16436647 or 5845509. OLE color: 5845509.
HSL color Cylindrical-coordinate representation of color #053259: hue angle of 207.86º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #053259 is Cyan = 0.94, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 5 | 50 | 89 | - |
| CMYK | 0.94 | 0.44 | 0 | 0.65 |
| HSL | 207.86º | 0.89% | 0.18% | - |
| HSV(B) | 207.86º | 0.94% | 0.35% | - |
| XYZ | 3.01 | 3.03 | 9.88 | - |
| YUV | 40.99 | 155.09 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 50 | 89 | 0.94 | 0.44 | 0 | 0.65 | 207.86 | 0.89 | 0.18 |
| Hex | 5 | 32 | 59 | 5E | 2C | 0 | 41 | D0 | 59 | 12 |
| Octal | 5 | 62 | 131 | 136 | 54 | 0 | 101 | 320 | 131 | 22 |
| Binary | 101 | 110010 | 1011001 | 1011110 | 101100 | 0 | 1000001 | 11010000 | 1011001 | 10010 |
Color Harmonies of #053259
Complementary color
Monochromatic Colors of #053259
Black with #053259
Text Example
Text Example
White with #053259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053259; }
p { color: rgb(5,50,89); }
H1.HeaderClassName
{
color: #053259;
}
.AnyTagClassName
{
color: #053259;
}
</style>
background-color css
<style>
a { background-color: #053259; }
a { background-color: rgb(5,50,89); }
div.DivClassName
{
background-color: #053259;
}
.BgClassName
{
background-color: #053259;
}
</style>
border-color css
<style>
span { border-color: #053259; }
span { border-color: rgb(5,50,89); }
td.TdClassName
{
border-color: #053259;
}
.TagClassName
{
border-color: #053259;
}
</style>