Shades of Prussian Blue #053F65
Tints of Prussian Blue #053F65
RGB
CMYK
RGB Variations
Color information
#053F65 (or 0x053F65) is known color: Prussian Blue. HEX triplet: 05, 3F and 65. RGB value is (5,63,101). Sum of RGB (Red+Green+Blue) = 5+63+101=169 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.96% from 169); Green value is 63 (25% from 255 or 37.28% from 169); Blue value is 101 (39.84% from 255 or 59.76% from 169); Max value from RGB is 101 - color contains mainly: blue. Hex color #053F65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053F65 is #FAC09A. Grayscale: #313131. Windows color (decimal): -16433307 or 6635269. OLE color: 6635269.
HSL color Cylindrical-coordinate representation of color #053F65: hue angle of 203.75º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #053F65 is Cyan = 0.95, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 5 | 63 | 101 | - |
| CMYK | 0.95 | 0.38 | 0 | 0.60 |
| HSL | 203.75º | 0.91% | 0.21% | - |
| HSV(B) | 203.75º | 0.95% | 0.4% | - |
| XYZ | 4.19 | 4.53 | 12.96 | - |
| YUV | 49.99 | 156.78 | 95.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 63 | 101 | 0.95 | 0.38 | 0 | 0.60 | 203.75 | 0.91 | 0.21 |
| Hex | 5 | 3F | 65 | 5F | 26 | 0 | 3C | CC | 5B | 15 |
| Octal | 5 | 77 | 145 | 137 | 46 | 0 | 74 | 314 | 133 | 25 |
| Binary | 101 | 111111 | 1100101 | 1011111 | 100110 | 0 | 111100 | 11001100 | 1011011 | 10101 |
Color Harmonies of #053F65
Complementary color
Monochromatic Colors of #053F65
Black with #053F65
Text Example
Text Example
White with #053F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053F65; }
p { color: rgb(5,63,101); }
H1.HeaderClassName
{
color: #053F65;
}
.AnyTagClassName
{
color: #053F65;
}
</style>
background-color css
<style>
a { background-color: #053F65; }
a { background-color: rgb(5,63,101); }
div.DivClassName
{
background-color: #053F65;
}
.BgClassName
{
background-color: #053F65;
}
</style>
border-color css
<style>
span { border-color: #053F65; }
span { border-color: rgb(5,63,101); }
td.TdClassName
{
border-color: #053F65;
}
.TagClassName
{
border-color: #053F65;
}
</style>