Shades of Prussian Blue #053658
Tints of Prussian Blue #053658
RGB
CMYK
RGB Variations
Color information
#053658 (or 0x053658) is known color: Prussian Blue. HEX triplet: 05, 36 and 58. RGB value is (5,54,88). Sum of RGB (Red+Green+Blue) = 5+54+88=147 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.40% from 147); Green value is 54 (21.48% from 255 or 36.73% from 147); Blue value is 88 (34.77% from 255 or 59.86% from 147); Max value from RGB is 88 - color contains mainly: blue. Hex color #053658 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053658 is #FAC9A7. Grayscale: #2B2B2B. Windows color (decimal): -16435624 or 5780997. OLE color: 5780997.
HSL color Cylindrical-coordinate representation of color #053658: hue angle of 204.58º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #053658 is Cyan = 0.94, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 5 | 54 | 88 | - |
| CMYK | 0.94 | 0.39 | 0 | 0.65 |
| HSL | 204.58º | 0.89% | 0.18% | - |
| HSV(B) | 204.58º | 0.94% | 0.35% | - |
| XYZ | 3.14 | 3.38 | 9.72 | - |
| YUV | 43.23 | 153.27 | 100.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 54 | 88 | 0.94 | 0.39 | 0 | 0.65 | 204.58 | 0.89 | 0.18 |
| Hex | 5 | 36 | 58 | 5E | 27 | 0 | 41 | CD | 59 | 12 |
| Octal | 5 | 66 | 130 | 136 | 47 | 0 | 101 | 315 | 131 | 22 |
| Binary | 101 | 110110 | 1011000 | 1011110 | 100111 | 0 | 1000001 | 11001101 | 1011001 | 10010 |
Color Harmonies of #053658
Complementary color
Monochromatic Colors of #053658
Black with #053658
Text Example
Text Example
White with #053658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053658; }
p { color: rgb(5,54,88); }
H1.HeaderClassName
{
color: #053658;
}
.AnyTagClassName
{
color: #053658;
}
</style>
background-color css
<style>
a { background-color: #053658; }
a { background-color: rgb(5,54,88); }
div.DivClassName
{
background-color: #053658;
}
.BgClassName
{
background-color: #053658;
}
</style>
border-color css
<style>
span { border-color: #053658; }
span { border-color: rgb(5,54,88); }
td.TdClassName
{
border-color: #053658;
}
.TagClassName
{
border-color: #053658;
}
</style>