Shades of Prussian Blue #053755
Tints of Prussian Blue #053755
RGB
CMYK
RGB Variations
Color information
#053755 (or 0x053755) is known color: Prussian Blue. HEX triplet: 05, 37 and 55. RGB value is (5,55,85). Sum of RGB (Red+Green+Blue) = 5+55+85=145 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.45% from 145); Green value is 55 (21.88% from 255 or 37.93% from 145); Blue value is 85 (33.59% from 255 or 58.62% from 145); Max value from RGB is 85 - color contains mainly: blue. Hex color #053755 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053755 is #FAC8AA. Grayscale: #2B2B2B. Windows color (decimal): -16435371 or 5584645. OLE color: 5584645.
HSL color Cylindrical-coordinate representation of color #053755: hue angle of 202.5º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #053755 is Cyan = 0.94, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 5 | 55 | 85 | - |
| CMYK | 0.94 | 0.35 | 0 | 0.67 |
| HSL | 202.5º | 0.89% | 0.18% | - |
| HSV(B) | 202.5º | 0.94% | 0.33% | - |
| XYZ | 3.07 | 3.42 | 9.09 | - |
| YUV | 43.47 | 151.44 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 55 | 85 | 0.94 | 0.35 | 0 | 0.67 | 202.5 | 0.89 | 0.18 |
| Hex | 5 | 37 | 55 | 5E | 23 | 0 | 43 | CA | 59 | 12 |
| Octal | 5 | 67 | 125 | 136 | 43 | 0 | 103 | 312 | 131 | 22 |
| Binary | 101 | 110111 | 1010101 | 1011110 | 100011 | 0 | 1000011 | 11001010 | 1011001 | 10010 |
Color Harmonies of #053755
Complementary color
Monochromatic Colors of #053755
Black with #053755
Text Example
Text Example
White with #053755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053755; }
p { color: rgb(5,55,85); }
H1.HeaderClassName
{
color: #053755;
}
.AnyTagClassName
{
color: #053755;
}
</style>
background-color css
<style>
a { background-color: #053755; }
a { background-color: rgb(5,55,85); }
div.DivClassName
{
background-color: #053755;
}
.BgClassName
{
background-color: #053755;
}
</style>
border-color css
<style>
span { border-color: #053755; }
span { border-color: rgb(5,55,85); }
td.TdClassName
{
border-color: #053755;
}
.TagClassName
{
border-color: #053755;
}
</style>