Shades of Prussian Blue #053653
Tints of Prussian Blue #053653
RGB
CMYK
RGB Variations
Color information
#053653 (or 0x053653) is known color: Prussian Blue. HEX triplet: 05, 36 and 53. RGB value is (5,54,83). Sum of RGB (Red+Green+Blue) = 5+54+83=142 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.52% from 142); Green value is 54 (21.48% from 255 or 38.03% from 142); Blue value is 83 (32.81% from 255 or 58.45% from 142); Max value from RGB is 83 - color contains mainly: blue. Hex color #053653 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053653 is #FAC9AC. Grayscale: #2A2A2A. Windows color (decimal): -16435629 or 5453317. OLE color: 5453317.
HSL color Cylindrical-coordinate representation of color #053653: hue angle of 202.31º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #053653 is Cyan = 0.94, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 5 | 54 | 83 | - |
| CMYK | 0.94 | 0.35 | 0 | 0.67 |
| HSL | 202.31º | 0.89% | 0.17% | - |
| HSV(B) | 202.31º | 0.94% | 0.33% | - |
| XYZ | 2.94 | 3.3 | 8.66 | - |
| YUV | 42.66 | 150.77 | 101.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 54 | 83 | 0.94 | 0.35 | 0 | 0.67 | 202.31 | 0.89 | 0.17 |
| Hex | 5 | 36 | 53 | 5E | 23 | 0 | 43 | CA | 59 | 11 |
| Octal | 5 | 66 | 123 | 136 | 43 | 0 | 103 | 312 | 131 | 21 |
| Binary | 101 | 110110 | 1010011 | 1011110 | 100011 | 0 | 1000011 | 11001010 | 1011001 | 10001 |
Color Harmonies of #053653
Complementary color
Monochromatic Colors of #053653
Black with #053653
Text Example
Text Example
White with #053653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053653; }
p { color: rgb(5,54,83); }
H1.HeaderClassName
{
color: #053653;
}
.AnyTagClassName
{
color: #053653;
}
</style>
background-color css
<style>
a { background-color: #053653; }
a { background-color: rgb(5,54,83); }
div.DivClassName
{
background-color: #053653;
}
.BgClassName
{
background-color: #053653;
}
</style>
border-color css
<style>
span { border-color: #053653; }
span { border-color: rgb(5,54,83); }
td.TdClassName
{
border-color: #053653;
}
.TagClassName
{
border-color: #053653;
}
</style>