Shades of Prussian Blue #053363
Tints of Prussian Blue #053363
RGB
CMYK
RGB Variations
Color information
#053363 (or 0x053363) is known color: Prussian Blue. HEX triplet: 05, 33 and 63. RGB value is (5,51,99). Sum of RGB (Red+Green+Blue) = 5+51+99=155 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.23% from 155); Green value is 51 (20.31% from 255 or 32.90% from 155); Blue value is 99 (39.06% from 255 or 63.87% from 155); Max value from RGB is 99 - color contains mainly: blue. Hex color #053363 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053363 is #FACC9C. Grayscale: #2A2A2A. Windows color (decimal): -16436381 or 6501125. OLE color: 6501125.
HSL color Cylindrical-coordinate representation of color #053363: hue angle of 210.64º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #053363 is Cyan = 0.95, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 5 | 51 | 99 | - |
| CMYK | 0.95 | 0.48 | 0 | 0.61 |
| HSL | 210.64º | 0.9% | 0.2% | - |
| HSV(B) | 210.64º | 0.95% | 0.39% | - |
| XYZ | 3.5 | 3.3 | 12.26 | - |
| YUV | 42.72 | 159.76 | 101.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 51 | 99 | 0.95 | 0.48 | 0 | 0.61 | 210.64 | 0.9 | 0.2 |
| Hex | 5 | 33 | 63 | 5F | 30 | 0 | 3D | D3 | 5A | 14 |
| Octal | 5 | 63 | 143 | 137 | 60 | 0 | 75 | 323 | 132 | 24 |
| Binary | 101 | 110011 | 1100011 | 1011111 | 110000 | 0 | 111101 | 11010011 | 1011010 | 10100 |
Color Harmonies of #053363
Complementary color
Monochromatic Colors of #053363
Black with #053363
Text Example
Text Example
White with #053363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053363; }
p { color: rgb(5,51,99); }
H1.HeaderClassName
{
color: #053363;
}
.AnyTagClassName
{
color: #053363;
}
</style>
background-color css
<style>
a { background-color: #053363; }
a { background-color: rgb(5,51,99); }
div.DivClassName
{
background-color: #053363;
}
.BgClassName
{
background-color: #053363;
}
</style>
border-color css
<style>
span { border-color: #053363; }
span { border-color: rgb(5,51,99); }
td.TdClassName
{
border-color: #053363;
}
.TagClassName
{
border-color: #053363;
}
</style>