Shades of Prussian Blue #053C5D
Tints of Prussian Blue #053C5D
RGB
CMYK
RGB Variations
Color information
#053C5D (or 0x053C5D) is known color: Prussian Blue. HEX triplet: 05, 3C and 5D. RGB value is (5,60,93). Sum of RGB (Red+Green+Blue) = 5+60+93=158 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.16% from 158); Green value is 60 (23.83% from 255 or 37.97% from 158); Blue value is 93 (36.72% from 255 or 58.86% from 158); Max value from RGB is 93 - color contains mainly: blue. Hex color #053C5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053C5D is #FAC3A2. Grayscale: #2F2F2F. Windows color (decimal): -16434083 or 6110213. OLE color: 6110213.
HSL color Cylindrical-coordinate representation of color #053C5D: hue angle of 202.5º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #053C5D is Cyan = 0.95, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 60 | 93 | - |
| CMYK | 0.95 | 0.35 | 0 | 0.64 |
| HSL | 202.5º | 0.9% | 0.19% | - |
| HSV(B) | 202.5º | 0.95% | 0.36% | - |
| XYZ | 3.65 | 4.05 | 10.95 | - |
| YUV | 47.32 | 153.78 | 97.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 60 | 93 | 0.95 | 0.35 | 0 | 0.64 | 202.5 | 0.9 | 0.19 |
| Hex | 5 | 3C | 5D | 5F | 23 | 0 | 40 | CA | 5A | 13 |
| Octal | 5 | 74 | 135 | 137 | 43 | 0 | 100 | 312 | 132 | 23 |
| Binary | 101 | 111100 | 1011101 | 1011111 | 100011 | 0 | 1000000 | 11001010 | 1011010 | 10011 |
Color Harmonies of #053C5D
Complementary color
Monochromatic Colors of #053C5D
Black with #053C5D
Text Example
Text Example
White with #053C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053C5D; }
p { color: rgb(5,60,93); }
H1.HeaderClassName
{
color: #053C5D;
}
.AnyTagClassName
{
color: #053C5D;
}
</style>
background-color css
<style>
a { background-color: #053C5D; }
a { background-color: rgb(5,60,93); }
div.DivClassName
{
background-color: #053C5D;
}
.BgClassName
{
background-color: #053C5D;
}
</style>
border-color css
<style>
span { border-color: #053C5D; }
span { border-color: rgb(5,60,93); }
td.TdClassName
{
border-color: #053C5D;
}
.TagClassName
{
border-color: #053C5D;
}
</style>