Shades of Prussian Blue #053D6F
Tints of Prussian Blue #053D6F
RGB
CMYK
RGB Variations
Color information
#053D6F (or 0x053D6F) is known color: Prussian Blue. HEX triplet: 05, 3D and 6F. RGB value is (5,61,111). Sum of RGB (Red+Green+Blue) = 5+61+111=177 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.82% from 177); Green value is 61 (24.22% from 255 or 34.46% from 177); Blue value is 111 (43.75% from 255 or 62.71% from 177); Max value from RGB is 111 - color contains mainly: blue. Hex color #053D6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053D6F is #FAC290. Grayscale: #313131. Windows color (decimal): -16433809 or 7290117. OLE color: 7290117.
HSL color Cylindrical-coordinate representation of color #053D6F: hue angle of 208.3º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #053D6F is Cyan = 0.95, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 5 | 61 | 111 | - |
| CMYK | 0.95 | 0.45 | 0 | 0.56 |
| HSL | 208.3º | 0.91% | 0.23% | - |
| HSV(B) | 208.3º | 0.95% | 0.44% | - |
| XYZ | 4.6 | 4.52 | 15.67 | - |
| YUV | 49.96 | 162.45 | 95.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 61 | 111 | 0.95 | 0.45 | 0 | 0.56 | 208.3 | 0.91 | 0.23 |
| Hex | 5 | 3D | 6F | 5F | 2D | 0 | 38 | D0 | 5B | 17 |
| Octal | 5 | 75 | 157 | 137 | 55 | 0 | 70 | 320 | 133 | 27 |
| Binary | 101 | 111101 | 1101111 | 1011111 | 101101 | 0 | 111000 | 11010000 | 1011011 | 10111 |
Color Harmonies of #053D6F
Complementary color
Monochromatic Colors of #053D6F
Black with #053D6F
Text Example
Text Example
White with #053D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053D6F; }
p { color: rgb(5,61,111); }
H1.HeaderClassName
{
color: #053D6F;
}
.AnyTagClassName
{
color: #053D6F;
}
</style>
background-color css
<style>
a { background-color: #053D6F; }
a { background-color: rgb(5,61,111); }
div.DivClassName
{
background-color: #053D6F;
}
.BgClassName
{
background-color: #053D6F;
}
</style>
border-color css
<style>
span { border-color: #053D6F; }
span { border-color: rgb(5,61,111); }
td.TdClassName
{
border-color: #053D6F;
}
.TagClassName
{
border-color: #053D6F;
}
</style>