Shades of Prussian Blue #053D5B
Tints of Prussian Blue #053D5B
RGB
CMYK
RGB Variations
Color information
#053D5B (or 0x053D5B) is known color: Prussian Blue. HEX triplet: 05, 3D and 5B. RGB value is (5,61,91). Sum of RGB (Red+Green+Blue) = 5+61+91=157 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.18% from 157); Green value is 61 (24.22% from 255 or 38.85% from 157); Blue value is 91 (35.94% from 255 or 57.96% from 157); Max value from RGB is 91 - color contains mainly: blue. Hex color #053D5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053D5B is #FAC2A4. Grayscale: #2F2F2F. Windows color (decimal): -16433829 or 5979397. OLE color: 5979397.
HSL color Cylindrical-coordinate representation of color #053D5B: hue angle of 200.93º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #053D5B is Cyan = 0.95, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 61 | 91 | - |
| CMYK | 0.95 | 0.33 | 0 | 0.64 |
| HSL | 200.93º | 0.9% | 0.19% | - |
| HSV(B) | 200.93º | 0.95% | 0.36% | - |
| XYZ | 3.62 | 4.13 | 10.5 | - |
| YUV | 47.68 | 152.45 | 97.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 61 | 91 | 0.95 | 0.33 | 0 | 0.64 | 200.93 | 0.9 | 0.19 |
| Hex | 5 | 3D | 5B | 5F | 21 | 0 | 40 | C9 | 5A | 13 |
| Octal | 5 | 75 | 133 | 137 | 41 | 0 | 100 | 311 | 132 | 23 |
| Binary | 101 | 111101 | 1011011 | 1011111 | 100001 | 0 | 1000000 | 11001001 | 1011010 | 10011 |
Color Harmonies of #053D5B
Complementary color
Monochromatic Colors of #053D5B
Black with #053D5B
Text Example
Text Example
White with #053D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053D5B; }
p { color: rgb(5,61,91); }
H1.HeaderClassName
{
color: #053D5B;
}
.AnyTagClassName
{
color: #053D5B;
}
</style>
background-color css
<style>
a { background-color: #053D5B; }
a { background-color: rgb(5,61,91); }
div.DivClassName
{
background-color: #053D5B;
}
.BgClassName
{
background-color: #053D5B;
}
</style>
border-color css
<style>
span { border-color: #053D5B; }
span { border-color: rgb(5,61,91); }
td.TdClassName
{
border-color: #053D5B;
}
.TagClassName
{
border-color: #053D5B;
}
</style>