Shades of Prussian Blue #053850
Tints of Prussian Blue #053850
RGB
CMYK
RGB Variations
Color information
#053850 (or 0x053850) is known color: Prussian Blue. HEX triplet: 05, 38 and 50. RGB value is (5,56,80). Sum of RGB (Red+Green+Blue) = 5+56+80=141 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.55% from 141); Green value is 56 (22.27% from 255 or 39.72% from 141); Blue value is 80 (31.64% from 255 or 56.74% from 141); Max value from RGB is 80 - color contains mainly: blue. Hex color #053850 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053850 is #FAC7AF. Grayscale: #2B2B2B. Windows color (decimal): -16435120 or 5257221. OLE color: 5257221.
HSL color Cylindrical-coordinate representation of color #053850: hue angle of 199.2º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #053850 is Cyan = 0.94, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 5 | 56 | 80 | - |
| CMYK | 0.94 | 0.30 | 0 | 0.69 |
| HSL | 199.2º | 0.88% | 0.17% | - |
| HSV(B) | 199.2º | 0.94% | 0.31% | - |
| XYZ | 2.92 | 3.44 | 8.1 | - |
| YUV | 43.49 | 148.6 | 100.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 56 | 80 | 0.94 | 0.30 | 0 | 0.69 | 199.2 | 0.88 | 0.17 |
| Hex | 5 | 38 | 50 | 5E | 1E | 0 | 45 | C7 | 58 | 11 |
| Octal | 5 | 70 | 120 | 136 | 36 | 0 | 105 | 307 | 130 | 21 |
| Binary | 101 | 111000 | 1010000 | 1011110 | 11110 | 0 | 1000101 | 11000111 | 1011000 | 10001 |
Color Harmonies of #053850
Complementary color
Monochromatic Colors of #053850
Black with #053850
Text Example
Text Example
White with #053850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053850; }
p { color: rgb(5,56,80); }
H1.HeaderClassName
{
color: #053850;
}
.AnyTagClassName
{
color: #053850;
}
</style>
background-color css
<style>
a { background-color: #053850; }
a { background-color: rgb(5,56,80); }
div.DivClassName
{
background-color: #053850;
}
.BgClassName
{
background-color: #053850;
}
</style>
border-color css
<style>
span { border-color: #053850; }
span { border-color: rgb(5,56,80); }
td.TdClassName
{
border-color: #053850;
}
.TagClassName
{
border-color: #053850;
}
</style>