Shades of Prussian Blue #053B68
Tints of Prussian Blue #053B68
RGB
CMYK
RGB Variations
Color information
#053B68 (or 0x053B68) is known color: Prussian Blue. HEX triplet: 05, 3B and 68. RGB value is (5,59,104). Sum of RGB (Red+Green+Blue) = 5+59+104=168 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.98% from 168); Green value is 59 (23.44% from 255 or 35.12% from 168); Blue value is 104 (41.02% from 255 or 61.90% from 168); Max value from RGB is 104 - color contains mainly: blue. Hex color #053B68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053B68 is #FAC497. Grayscale: #2F2F2F. Windows color (decimal): -16434328 or 6830853. OLE color: 6830853.
HSL color Cylindrical-coordinate representation of color #053B68: hue angle of 207.27º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #053B68 is Cyan = 0.95, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 5 | 59 | 104 | - |
| CMYK | 0.95 | 0.43 | 0 | 0.59 |
| HSL | 207.27º | 0.91% | 0.21% | - |
| HSV(B) | 207.27º | 0.95% | 0.41% | - |
| XYZ | 4.13 | 4.16 | 13.68 | - |
| YUV | 47.98 | 159.61 | 97.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 59 | 104 | 0.95 | 0.43 | 0 | 0.59 | 207.27 | 0.91 | 0.21 |
| Hex | 5 | 3B | 68 | 5F | 2B | 0 | 3B | CF | 5B | 15 |
| Octal | 5 | 73 | 150 | 137 | 53 | 0 | 73 | 317 | 133 | 25 |
| Binary | 101 | 111011 | 1101000 | 1011111 | 101011 | 0 | 111011 | 11001111 | 1011011 | 10101 |
Color Harmonies of #053B68
Complementary color
Monochromatic Colors of #053B68
Black with #053B68
Text Example
Text Example
White with #053B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053B68; }
p { color: rgb(5,59,104); }
H1.HeaderClassName
{
color: #053B68;
}
.AnyTagClassName
{
color: #053B68;
}
</style>
background-color css
<style>
a { background-color: #053B68; }
a { background-color: rgb(5,59,104); }
div.DivClassName
{
background-color: #053B68;
}
.BgClassName
{
background-color: #053B68;
}
</style>
border-color css
<style>
span { border-color: #053B68; }
span { border-color: rgb(5,59,104); }
td.TdClassName
{
border-color: #053B68;
}
.TagClassName
{
border-color: #053B68;
}
</style>