Shades of Prussian Blue #053D5D
Tints of Prussian Blue #053D5D
RGB
CMYK
RGB Variations
Color information
#053D5D (or 0x053D5D) is known color: Prussian Blue. HEX triplet: 05, 3D and 5D. RGB value is (5,61,93). Sum of RGB (Red+Green+Blue) = 5+61+93=159 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.14% from 159); Green value is 61 (24.22% from 255 or 38.36% from 159); Blue value is 93 (36.72% from 255 or 58.49% from 159); Max value from RGB is 93 - color contains mainly: blue. Hex color #053D5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053D5D is #FAC2A2. Grayscale: #2F2F2F. Windows color (decimal): -16433827 or 6110469. OLE color: 6110469.
HSL color Cylindrical-coordinate representation of color #053D5D: hue angle of 201.82º 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 #053D5D is Cyan = 0.95, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 61 | 93 | - |
| CMYK | 0.95 | 0.34 | 0 | 0.64 |
| HSL | 201.82º | 0.9% | 0.19% | - |
| HSV(B) | 201.82º | 0.95% | 0.36% | - |
| XYZ | 3.71 | 4.16 | 10.96 | - |
| YUV | 47.9 | 153.45 | 97.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 61 | 93 | 0.95 | 0.34 | 0 | 0.64 | 201.82 | 0.9 | 0.19 |
| Hex | 5 | 3D | 5D | 5F | 22 | 0 | 40 | CA | 5A | 13 |
| Octal | 5 | 75 | 135 | 137 | 42 | 0 | 100 | 312 | 132 | 23 |
| Binary | 101 | 111101 | 1011101 | 1011111 | 100010 | 0 | 1000000 | 11001010 | 1011010 | 10011 |
Color Harmonies of #053D5D
Complementary color
Monochromatic Colors of #053D5D
Black with #053D5D
Text Example
Text Example
White with #053D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053D5D; }
p { color: rgb(5,61,93); }
H1.HeaderClassName
{
color: #053D5D;
}
.AnyTagClassName
{
color: #053D5D;
}
</style>
background-color css
<style>
a { background-color: #053D5D; }
a { background-color: rgb(5,61,93); }
div.DivClassName
{
background-color: #053D5D;
}
.BgClassName
{
background-color: #053D5D;
}
</style>
border-color css
<style>
span { border-color: #053D5D; }
span { border-color: rgb(5,61,93); }
td.TdClassName
{
border-color: #053D5D;
}
.TagClassName
{
border-color: #053D5D;
}
</style>