Shades of Prussian Blue #053B61
Tints of Prussian Blue #053B61
RGB
CMYK
RGB Variations
Color information
#053B61 (or 0x053B61) is known color: Prussian Blue. HEX triplet: 05, 3B and 61. RGB value is (5,59,97). Sum of RGB (Red+Green+Blue) = 5+59+97=161 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.11% from 161); Green value is 59 (23.44% from 255 or 36.65% from 161); Blue value is 97 (38.28% from 255 or 60.25% from 161); Max value from RGB is 97 - color contains mainly: blue. Hex color #053B61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053B61 is #FAC49E. Grayscale: #2E2E2E. Windows color (decimal): -16434335 or 6372101. OLE color: 6372101.
HSL color Cylindrical-coordinate representation of color #053B61: hue angle of 204.78º 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 #053B61 is Cyan = 0.95, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 5 | 59 | 97 | - |
| CMYK | 0.95 | 0.39 | 0 | 0.62 |
| HSL | 204.78º | 0.9% | 0.2% | - |
| HSV(B) | 204.78º | 0.95% | 0.38% | - |
| XYZ | 3.78 | 4.02 | 11.89 | - |
| YUV | 47.19 | 156.11 | 97.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 59 | 97 | 0.95 | 0.39 | 0 | 0.62 | 204.78 | 0.9 | 0.2 |
| Hex | 5 | 3B | 61 | 5F | 27 | 0 | 3E | CD | 5A | 14 |
| Octal | 5 | 73 | 141 | 137 | 47 | 0 | 76 | 315 | 132 | 24 |
| Binary | 101 | 111011 | 1100001 | 1011111 | 100111 | 0 | 111110 | 11001101 | 1011010 | 10100 |
Color Harmonies of #053B61
Complementary color
Monochromatic Colors of #053B61
Black with #053B61
Text Example
Text Example
White with #053B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053B61; }
p { color: rgb(5,59,97); }
H1.HeaderClassName
{
color: #053B61;
}
.AnyTagClassName
{
color: #053B61;
}
</style>
background-color css
<style>
a { background-color: #053B61; }
a { background-color: rgb(5,59,97); }
div.DivClassName
{
background-color: #053B61;
}
.BgClassName
{
background-color: #053B61;
}
</style>
border-color css
<style>
span { border-color: #053B61; }
span { border-color: rgb(5,59,97); }
td.TdClassName
{
border-color: #053B61;
}
.TagClassName
{
border-color: #053B61;
}
</style>