Shades of Prussian Blue #053264
Tints of Prussian Blue #053264
RGB
CMYK
RGB Variations
Color information
#053264 (or 0x053264) is known color: Prussian Blue. HEX triplet: 05, 32 and 64. RGB value is (5,50,100). Sum of RGB (Red+Green+Blue) = 5+50+100=155 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.23% from 155); Green value is 50 (19.92% from 255 or 32.26% from 155); Blue value is 100 (39.45% from 255 or 64.52% from 155); Max value from RGB is 100 - color contains mainly: blue. Hex color #053264 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053264 is #FACD9B. Grayscale: #2A2A2A. Windows color (decimal): -16436636 or 6566405. OLE color: 6566405.
HSL color Cylindrical-coordinate representation of color #053264: hue angle of 211.58º degrees, saturation: 0.9, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #053264 is Cyan = 0.95, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 5 | 50 | 100 | - |
| CMYK | 0.95 | 0.50 | 0 | 0.61 |
| HSL | 211.58º | 0.9% | 0.21% | - |
| HSV(B) | 211.58º | 0.95% | 0.39% | - |
| XYZ | 3.5 | 3.23 | 12.5 | - |
| YUV | 42.25 | 160.59 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 50 | 100 | 0.95 | 0.50 | 0 | 0.61 | 211.58 | 0.9 | 0.21 |
| Hex | 5 | 32 | 64 | 5F | 32 | 0 | 3D | D4 | 5A | 15 |
| Octal | 5 | 62 | 144 | 137 | 62 | 0 | 75 | 324 | 132 | 25 |
| Binary | 101 | 110010 | 1100100 | 1011111 | 110010 | 0 | 111101 | 11010100 | 1011010 | 10101 |
Color Harmonies of #053264
Complementary color
Monochromatic Colors of #053264
Black with #053264
Text Example
Text Example
White with #053264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053264; }
p { color: rgb(5,50,100); }
H1.HeaderClassName
{
color: #053264;
}
.AnyTagClassName
{
color: #053264;
}
</style>
background-color css
<style>
a { background-color: #053264; }
a { background-color: rgb(5,50,100); }
div.DivClassName
{
background-color: #053264;
}
.BgClassName
{
background-color: #053264;
}
</style>
border-color css
<style>
span { border-color: #053264; }
span { border-color: rgb(5,50,100); }
td.TdClassName
{
border-color: #053264;
}
.TagClassName
{
border-color: #053264;
}
</style>