Shades of Prussian Blue #053256
Tints of Prussian Blue #053256
RGB
CMYK
RGB Variations
Color information
#053256 (or 0x053256) is known color: Prussian Blue. HEX triplet: 05, 32 and 56. RGB value is (5,50,86). Sum of RGB (Red+Green+Blue) = 5+50+86=141 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.55% from 141); Green value is 50 (19.92% from 255 or 35.46% from 141); Blue value is 86 (33.98% from 255 or 60.99% from 141); Max value from RGB is 86 - color contains mainly: blue. Hex color #053256 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053256 is #FACDA9. Grayscale: #282828. Windows color (decimal): -16436650 or 5648901. OLE color: 5648901.
HSL color Cylindrical-coordinate representation of color #053256: hue angle of 206.67º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #053256 is Cyan = 0.94, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 5 | 50 | 86 | - |
| CMYK | 0.94 | 0.42 | 0 | 0.66 |
| HSL | 206.67º | 0.89% | 0.18% | - |
| HSV(B) | 206.67º | 0.94% | 0.34% | - |
| XYZ | 2.88 | 2.99 | 9.23 | - |
| YUV | 40.65 | 153.59 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 50 | 86 | 0.94 | 0.42 | 0 | 0.66 | 206.67 | 0.89 | 0.18 |
| Hex | 5 | 32 | 56 | 5E | 2A | 0 | 42 | CF | 59 | 12 |
| Octal | 5 | 62 | 126 | 136 | 52 | 0 | 102 | 317 | 131 | 22 |
| Binary | 101 | 110010 | 1010110 | 1011110 | 101010 | 0 | 1000010 | 11001111 | 1011001 | 10010 |
Color Harmonies of #053256
Complementary color
Monochromatic Colors of #053256
Black with #053256
Text Example
Text Example
White with #053256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053256; }
p { color: rgb(5,50,86); }
H1.HeaderClassName
{
color: #053256;
}
.AnyTagClassName
{
color: #053256;
}
</style>
background-color css
<style>
a { background-color: #053256; }
a { background-color: rgb(5,50,86); }
div.DivClassName
{
background-color: #053256;
}
.BgClassName
{
background-color: #053256;
}
</style>
border-color css
<style>
span { border-color: #053256; }
span { border-color: rgb(5,50,86); }
td.TdClassName
{
border-color: #053256;
}
.TagClassName
{
border-color: #053256;
}
</style>