Shades of Prussian Blue #053569
Tints of Prussian Blue #053569
RGB
CMYK
RGB Variations
Color information
#053569 (or 0x053569) is known color: Prussian Blue. HEX triplet: 05, 35 and 69. RGB value is (5,53,105). Sum of RGB (Red+Green+Blue) = 5+53+105=163 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.07% from 163); Green value is 53 (21.09% from 255 or 32.52% from 163); Blue value is 105 (41.41% from 255 or 64.42% from 163); Max value from RGB is 105 - color contains mainly: blue. Hex color #053569 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053569 is #FACA96. Grayscale: #2C2C2C. Windows color (decimal): -16435863 or 6894853. OLE color: 6894853.
HSL color Cylindrical-coordinate representation of color #053569: hue angle of 211.2º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #053569 is Cyan = 0.95, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 5 | 53 | 105 | - |
| CMYK | 0.95 | 0.50 | 0 | 0.59 |
| HSL | 211.2º | 0.91% | 0.22% | - |
| HSV(B) | 211.2º | 0.95% | 0.41% | - |
| XYZ | 3.89 | 3.6 | 13.85 | - |
| YUV | 44.58 | 162.1 | 99.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 53 | 105 | 0.95 | 0.50 | 0 | 0.59 | 211.2 | 0.91 | 0.22 |
| Hex | 5 | 35 | 69 | 5F | 32 | 0 | 3B | D3 | 5B | 16 |
| Octal | 5 | 65 | 151 | 137 | 62 | 0 | 73 | 323 | 133 | 26 |
| Binary | 101 | 110101 | 1101001 | 1011111 | 110010 | 0 | 111011 | 11010011 | 1011011 | 10110 |
Color Harmonies of #053569
Complementary color
Monochromatic Colors of #053569
Black with #053569
Text Example
Text Example
White with #053569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053569; }
p { color: rgb(5,53,105); }
H1.HeaderClassName
{
color: #053569;
}
.AnyTagClassName
{
color: #053569;
}
</style>
background-color css
<style>
a { background-color: #053569; }
a { background-color: rgb(5,53,105); }
div.DivClassName
{
background-color: #053569;
}
.BgClassName
{
background-color: #053569;
}
</style>
border-color css
<style>
span { border-color: #053569; }
span { border-color: rgb(5,53,105); }
td.TdClassName
{
border-color: #053569;
}
.TagClassName
{
border-color: #053569;
}
</style>