Shades of Prussian Blue #053667
Tints of Prussian Blue #053667
RGB
CMYK
RGB Variations
Color information
#053667 (or 0x053667) is known color: Prussian Blue. HEX triplet: 05, 36 and 67. RGB value is (5,54,103). Sum of RGB (Red+Green+Blue) = 5+54+103=162 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.09% from 162); Green value is 54 (21.48% from 255 or 33.33% from 162); Blue value is 103 (40.62% from 255 or 63.58% from 162); Max value from RGB is 103 - color contains mainly: blue. Hex color #053667 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053667 is #FAC998. Grayscale: #2C2C2C. Windows color (decimal): -16435609 or 6764037. OLE color: 6764037.
HSL color Cylindrical-coordinate representation of color #053667: hue angle of 210º 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 #053667 is Cyan = 0.95, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 5 | 54 | 103 | - |
| CMYK | 0.95 | 0.48 | 0 | 0.60 |
| HSL | 210º | 0.91% | 0.21% | - |
| HSV(B) | 210º | 0.95% | 0.4% | - |
| XYZ | 3.83 | 3.65 | 13.33 | - |
| YUV | 44.94 | 160.77 | 99.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 54 | 103 | 0.95 | 0.48 | 0 | 0.60 | 210 | 0.91 | 0.21 |
| Hex | 5 | 36 | 67 | 5F | 30 | 0 | 3C | D2 | 5B | 15 |
| Octal | 5 | 66 | 147 | 137 | 60 | 0 | 74 | 322 | 133 | 25 |
| Binary | 101 | 110110 | 1100111 | 1011111 | 110000 | 0 | 111100 | 11010010 | 1011011 | 10101 |
Color Harmonies of #053667
Complementary color
Monochromatic Colors of #053667
Black with #053667
Text Example
Text Example
White with #053667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053667; }
p { color: rgb(5,54,103); }
H1.HeaderClassName
{
color: #053667;
}
.AnyTagClassName
{
color: #053667;
}
</style>
background-color css
<style>
a { background-color: #053667; }
a { background-color: rgb(5,54,103); }
div.DivClassName
{
background-color: #053667;
}
.BgClassName
{
background-color: #053667;
}
</style>
border-color css
<style>
span { border-color: #053667; }
span { border-color: rgb(5,54,103); }
td.TdClassName
{
border-color: #053667;
}
.TagClassName
{
border-color: #053667;
}
</style>