Shades of Prussian Blue #053A53
Tints of Prussian Blue #053A53
RGB
CMYK
RGB Variations
Color information
#053A53 (or 0x053A53) is known color: Prussian Blue. HEX triplet: 05, 3A and 53. RGB value is (5,58,83). Sum of RGB (Red+Green+Blue) = 5+58+83=146 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.42% from 146); Green value is 58 (23.05% from 255 or 39.73% from 146); Blue value is 83 (32.81% from 255 or 56.85% from 146); Max value from RGB is 83 - color contains mainly: blue. Hex color #053A53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053A53 is #FAC5AC. Grayscale: #2C2C2C. Windows color (decimal): -16434605 or 5454341. OLE color: 5454341.
HSL color Cylindrical-coordinate representation of color #053A53: hue angle of 199.23º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #053A53 is Cyan = 0.94, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 5 | 58 | 83 | - |
| CMYK | 0.94 | 0.30 | 0 | 0.67 |
| HSL | 199.23º | 0.89% | 0.17% | - |
| HSV(B) | 199.23º | 0.94% | 0.33% | - |
| XYZ | 3.14 | 3.68 | 8.73 | - |
| YUV | 45 | 149.44 | 99.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 58 | 83 | 0.94 | 0.30 | 0 | 0.67 | 199.23 | 0.89 | 0.17 |
| Hex | 5 | 3A | 53 | 5E | 1E | 0 | 43 | C7 | 59 | 11 |
| Octal | 5 | 72 | 123 | 136 | 36 | 0 | 103 | 307 | 131 | 21 |
| Binary | 101 | 111010 | 1010011 | 1011110 | 11110 | 0 | 1000011 | 11000111 | 1011001 | 10001 |
Color Harmonies of #053A53
Complementary color
Monochromatic Colors of #053A53
Black with #053A53
Text Example
Text Example
White with #053A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053A53; }
p { color: rgb(5,58,83); }
H1.HeaderClassName
{
color: #053A53;
}
.AnyTagClassName
{
color: #053A53;
}
</style>
background-color css
<style>
a { background-color: #053A53; }
a { background-color: rgb(5,58,83); }
div.DivClassName
{
background-color: #053A53;
}
.BgClassName
{
background-color: #053A53;
}
</style>
border-color css
<style>
span { border-color: #053A53; }
span { border-color: rgb(5,58,83); }
td.TdClassName
{
border-color: #053A53;
}
.TagClassName
{
border-color: #053A53;
}
</style>