Shades of Prussian Blue #053774
Tints of Prussian Blue #053774
RGB
CMYK
RGB Variations
Color information
#053774 (or 0x053774) is known color: Prussian Blue. HEX triplet: 05, 37 and 74. RGB value is (5,55,116). Sum of RGB (Red+Green+Blue) = 5+55+116=176 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.84% from 176); Green value is 55 (21.88% from 255 or 31.25% from 176); Blue value is 116 (45.70% from 255 or 65.91% from 176); Max value from RGB is 116 - color contains mainly: blue. Hex color #053774 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053774 is #FAC88B. Grayscale: #2E2E2E. Windows color (decimal): -16435340 or 7616261. OLE color: 7616261.
HSL color Cylindrical-coordinate representation of color #053774: hue angle of 212.97º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #053774 is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 5 | 55 | 116 | - |
| CMYK | 0.96 | 0.53 | 0 | 0.55 |
| HSL | 212.97º | 0.92% | 0.24% | - |
| HSV(B) | 212.97º | 0.96% | 0.45% | - |
| XYZ | 4.58 | 4.03 | 17.06 | - |
| YUV | 47 | 166.94 | 98.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 55 | 116 | 0.96 | 0.53 | 0 | 0.55 | 212.97 | 0.92 | 0.24 |
| Hex | 5 | 37 | 74 | 60 | 35 | 0 | 37 | D5 | 5C | 18 |
| Octal | 5 | 67 | 164 | 140 | 65 | 0 | 67 | 325 | 134 | 30 |
| Binary | 101 | 110111 | 1110100 | 1100000 | 110101 | 0 | 110111 | 11010101 | 1011100 | 11000 |
Color Harmonies of #053774
Complementary color
Monochromatic Colors of #053774
Black with #053774
Text Example
Text Example
White with #053774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053774; }
p { color: rgb(5,55,116); }
H1.HeaderClassName
{
color: #053774;
}
.AnyTagClassName
{
color: #053774;
}
</style>
background-color css
<style>
a { background-color: #053774; }
a { background-color: rgb(5,55,116); }
div.DivClassName
{
background-color: #053774;
}
.BgClassName
{
background-color: #053774;
}
</style>
border-color css
<style>
span { border-color: #053774; }
span { border-color: rgb(5,55,116); }
td.TdClassName
{
border-color: #053774;
}
.TagClassName
{
border-color: #053774;
}
</style>