Shades of Prussian Blue #053861
Tints of Prussian Blue #053861
RGB
CMYK
RGB Variations
Color information
#053861 (or 0x053861) is known color: Prussian Blue. HEX triplet: 05, 38 and 61. RGB value is (5,56,97). Sum of RGB (Red+Green+Blue) = 5+56+97=158 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.16% from 158); Green value is 56 (22.27% from 255 or 35.44% from 158); Blue value is 97 (38.28% from 255 or 61.39% from 158); Max value from RGB is 97 - color contains mainly: blue. Hex color #053861 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053861 is #FAC79E. Grayscale: #2D2D2D. Windows color (decimal): -16435103 or 6371333. OLE color: 6371333.
HSL color Cylindrical-coordinate representation of color #053861: hue angle of 206.74º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #053861 is Cyan = 0.95, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 5 | 56 | 97 | - |
| CMYK | 0.95 | 0.42 | 0 | 0.62 |
| HSL | 206.74º | 0.9% | 0.2% | - |
| HSV(B) | 206.74º | 0.95% | 0.38% | - |
| XYZ | 3.63 | 3.72 | 11.84 | - |
| YUV | 45.43 | 157.1 | 99.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 56 | 97 | 0.95 | 0.42 | 0 | 0.62 | 206.74 | 0.9 | 0.2 |
| Hex | 5 | 38 | 61 | 5F | 2A | 0 | 3E | CF | 5A | 14 |
| Octal | 5 | 70 | 141 | 137 | 52 | 0 | 76 | 317 | 132 | 24 |
| Binary | 101 | 111000 | 1100001 | 1011111 | 101010 | 0 | 111110 | 11001111 | 1011010 | 10100 |
Color Harmonies of #053861
Complementary color
Monochromatic Colors of #053861
Black with #053861
Text Example
Text Example
White with #053861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053861; }
p { color: rgb(5,56,97); }
H1.HeaderClassName
{
color: #053861;
}
.AnyTagClassName
{
color: #053861;
}
</style>
background-color css
<style>
a { background-color: #053861; }
a { background-color: rgb(5,56,97); }
div.DivClassName
{
background-color: #053861;
}
.BgClassName
{
background-color: #053861;
}
</style>
border-color css
<style>
span { border-color: #053861; }
span { border-color: rgb(5,56,97); }
td.TdClassName
{
border-color: #053861;
}
.TagClassName
{
border-color: #053861;
}
</style>