Shades of Prussian Blue #053465
Tints of Prussian Blue #053465
RGB
CMYK
RGB Variations
Color information
#053465 (or 0x053465) is known color: Prussian Blue. HEX triplet: 05, 34 and 65. RGB value is (5,52,101). Sum of RGB (Red+Green+Blue) = 5+52+101=158 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.16% from 158); Green value is 52 (20.70% from 255 or 32.91% from 158); Blue value is 101 (39.84% from 255 or 63.92% from 158); Max value from RGB is 101 - color contains mainly: blue. Hex color #053465 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053465 is #FACB9A. Grayscale: #2B2B2B. Windows color (decimal): -16436123 or 6632453. OLE color: 6632453.
HSL color Cylindrical-coordinate representation of color #053465: hue angle of 210.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 #053465 is Cyan = 0.95, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 5 | 52 | 101 | - |
| CMYK | 0.95 | 0.49 | 0 | 0.60 |
| HSL | 210.63º | 0.91% | 0.21% | - |
| HSV(B) | 210.63º | 0.95% | 0.4% | - |
| XYZ | 3.64 | 3.43 | 12.78 | - |
| YUV | 43.53 | 160.43 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 52 | 101 | 0.95 | 0.49 | 0 | 0.60 | 210.63 | 0.91 | 0.21 |
| Hex | 5 | 34 | 65 | 5F | 31 | 0 | 3C | D3 | 5B | 15 |
| Octal | 5 | 64 | 145 | 137 | 61 | 0 | 74 | 323 | 133 | 25 |
| Binary | 101 | 110100 | 1100101 | 1011111 | 110001 | 0 | 111100 | 11010011 | 1011011 | 10101 |
Color Harmonies of #053465
Complementary color
Monochromatic Colors of #053465
Black with #053465
Text Example
Text Example
White with #053465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053465; }
p { color: rgb(5,52,101); }
H1.HeaderClassName
{
color: #053465;
}
.AnyTagClassName
{
color: #053465;
}
</style>
background-color css
<style>
a { background-color: #053465; }
a { background-color: rgb(5,52,101); }
div.DivClassName
{
background-color: #053465;
}
.BgClassName
{
background-color: #053465;
}
</style>
border-color css
<style>
span { border-color: #053465; }
span { border-color: rgb(5,52,101); }
td.TdClassName
{
border-color: #053465;
}
.TagClassName
{
border-color: #053465;
}
</style>