Shades of Prussian Blue #053C5A
Tints of Prussian Blue #053C5A
RGB
CMYK
RGB Variations
Color information
#053C5A (or 0x053C5A) is known color: Prussian Blue. HEX triplet: 05, 3C and 5A. RGB value is (5,60,90). Sum of RGB (Red+Green+Blue) = 5+60+90=155 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.23% from 155); Green value is 60 (23.83% from 255 or 38.71% from 155); Blue value is 90 (35.55% from 255 or 58.06% from 155); Max value from RGB is 90 - color contains mainly: blue. Hex color #053C5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053C5A is #FAC3A5. Grayscale: #2E2E2E. Windows color (decimal): -16434086 or 5913605. OLE color: 5913605.
HSL color Cylindrical-coordinate representation of color #053C5A: hue angle of 201.18º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #053C5A is Cyan = 0.94, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 5 | 60 | 90 | - |
| CMYK | 0.94 | 0.33 | 0 | 0.65 |
| HSL | 201.18º | 0.89% | 0.19% | - |
| HSV(B) | 201.18º | 0.94% | 0.35% | - |
| XYZ | 3.52 | 4 | 10.26 | - |
| YUV | 46.98 | 152.28 | 98.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 60 | 90 | 0.94 | 0.33 | 0 | 0.65 | 201.18 | 0.89 | 0.19 |
| Hex | 5 | 3C | 5A | 5E | 21 | 0 | 41 | C9 | 59 | 13 |
| Octal | 5 | 74 | 132 | 136 | 41 | 0 | 101 | 311 | 131 | 23 |
| Binary | 101 | 111100 | 1011010 | 1011110 | 100001 | 0 | 1000001 | 11001001 | 1011001 | 10011 |
Color Harmonies of #053C5A
Complementary color
Monochromatic Colors of #053C5A
Black with #053C5A
Text Example
Text Example
White with #053C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053C5A; }
p { color: rgb(5,60,90); }
H1.HeaderClassName
{
color: #053C5A;
}
.AnyTagClassName
{
color: #053C5A;
}
</style>
background-color css
<style>
a { background-color: #053C5A; }
a { background-color: rgb(5,60,90); }
div.DivClassName
{
background-color: #053C5A;
}
.BgClassName
{
background-color: #053C5A;
}
</style>
border-color css
<style>
span { border-color: #053C5A; }
span { border-color: rgb(5,60,90); }
td.TdClassName
{
border-color: #053C5A;
}
.TagClassName
{
border-color: #053C5A;
}
</style>