Shades of Prussian Blue #053E69
Tints of Prussian Blue #053E69
RGB
CMYK
RGB Variations
Color information
#053E69 (or 0x053E69) is known color: Prussian Blue. HEX triplet: 05, 3E and 69. RGB value is (5,62,105). Sum of RGB (Red+Green+Blue) = 5+62+105=172 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.91% from 172); Green value is 62 (24.61% from 255 or 36.05% from 172); Blue value is 105 (41.41% from 255 or 61.05% from 172); Max value from RGB is 105 - color contains mainly: blue. Hex color #053E69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053E69 is #FAC196. Grayscale: #313131. Windows color (decimal): -16433559 or 6897157. OLE color: 6897157.
HSL color Cylindrical-coordinate representation of color #053E69: hue angle of 205.8º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #053E69 is Cyan = 0.95, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 5 | 62 | 105 | - |
| CMYK | 0.95 | 0.41 | 0 | 0.59 |
| HSL | 205.8º | 0.91% | 0.22% | - |
| HSV(B) | 205.8º | 0.95% | 0.41% | - |
| XYZ | 4.34 | 4.5 | 14 | - |
| YUV | 49.86 | 159.12 | 96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 62 | 105 | 0.95 | 0.41 | 0 | 0.59 | 205.8 | 0.91 | 0.22 |
| Hex | 5 | 3E | 69 | 5F | 29 | 0 | 3B | CE | 5B | 16 |
| Octal | 5 | 76 | 151 | 137 | 51 | 0 | 73 | 316 | 133 | 26 |
| Binary | 101 | 111110 | 1101001 | 1011111 | 101001 | 0 | 111011 | 11001110 | 1011011 | 10110 |
Color Harmonies of #053E69
Complementary color
Monochromatic Colors of #053E69
Black with #053E69
Text Example
Text Example
White with #053E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053E69; }
p { color: rgb(5,62,105); }
H1.HeaderClassName
{
color: #053E69;
}
.AnyTagClassName
{
color: #053E69;
}
</style>
background-color css
<style>
a { background-color: #053E69; }
a { background-color: rgb(5,62,105); }
div.DivClassName
{
background-color: #053E69;
}
.BgClassName
{
background-color: #053E69;
}
</style>
border-color css
<style>
span { border-color: #053E69; }
span { border-color: rgb(5,62,105); }
td.TdClassName
{
border-color: #053E69;
}
.TagClassName
{
border-color: #053E69;
}
</style>