Shades of Prussian Blue #053E6D
Tints of Prussian Blue #053E6D
RGB
CMYK
RGB Variations
Color information
#053E6D (or 0x053E6D) is known color: Prussian Blue. HEX triplet: 05, 3E and 6D. RGB value is (5,62,109). Sum of RGB (Red+Green+Blue) = 5+62+109=176 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.84% from 176); Green value is 62 (24.61% from 255 or 35.23% from 176); Blue value is 109 (42.97% from 255 or 61.93% from 176); Max value from RGB is 109 - color contains mainly: blue. Hex color #053E6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053E6D is #FAC192. Grayscale: #323232. Windows color (decimal): -16433555 or 7159301. OLE color: 7159301.
HSL color Cylindrical-coordinate representation of color #053E6D: hue angle of 207.12º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #053E6D is Cyan = 0.95, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 5 | 62 | 109 | - |
| CMYK | 0.95 | 0.43 | 0 | 0.57 |
| HSL | 207.12º | 0.91% | 0.22% | - |
| HSV(B) | 207.12º | 0.95% | 0.43% | - |
| XYZ | 4.55 | 4.58 | 15.11 | - |
| YUV | 50.32 | 161.12 | 95.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 62 | 109 | 0.95 | 0.43 | 0 | 0.57 | 207.12 | 0.91 | 0.22 |
| Hex | 5 | 3E | 6D | 5F | 2B | 0 | 39 | CF | 5B | 16 |
| Octal | 5 | 76 | 155 | 137 | 53 | 0 | 71 | 317 | 133 | 26 |
| Binary | 101 | 111110 | 1101101 | 1011111 | 101011 | 0 | 111001 | 11001111 | 1011011 | 10110 |
Color Harmonies of #053E6D
Complementary color
Monochromatic Colors of #053E6D
Black with #053E6D
Text Example
Text Example
White with #053E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053E6D; }
p { color: rgb(5,62,109); }
H1.HeaderClassName
{
color: #053E6D;
}
.AnyTagClassName
{
color: #053E6D;
}
</style>
background-color css
<style>
a { background-color: #053E6D; }
a { background-color: rgb(5,62,109); }
div.DivClassName
{
background-color: #053E6D;
}
.BgClassName
{
background-color: #053E6D;
}
</style>
border-color css
<style>
span { border-color: #053E6D; }
span { border-color: rgb(5,62,109); }
td.TdClassName
{
border-color: #053E6D;
}
.TagClassName
{
border-color: #053E6D;
}
</style>