Shades of Prussian Blue #05355A
Tints of Prussian Blue #05355A
RGB
CMYK
RGB Variations
Color information
#05355A (or 0x05355A) is known color: Prussian Blue. HEX triplet: 05, 35 and 5A. RGB value is (5,53,90). Sum of RGB (Red+Green+Blue) = 5+53+90=148 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.38% from 148); Green value is 53 (21.09% from 255 or 35.81% from 148); Blue value is 90 (35.55% from 255 or 60.81% from 148); Max value from RGB is 90 - color contains mainly: blue. Hex color #05355A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05355A is #FACAA5. Grayscale: #2A2A2A. Windows color (decimal): -16435878 or 5911813. OLE color: 5911813.
HSL color Cylindrical-coordinate representation of color #05355A: hue angle of 206.12º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05355A is Cyan = 0.94, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 5 | 53 | 90 | - |
| CMYK | 0.94 | 0.41 | 0 | 0.65 |
| HSL | 206.12º | 0.89% | 0.19% | - |
| HSV(B) | 206.12º | 0.94% | 0.35% | - |
| XYZ | 3.18 | 3.32 | 10.15 | - |
| YUV | 42.87 | 154.6 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 53 | 90 | 0.94 | 0.41 | 0 | 0.65 | 206.12 | 0.89 | 0.19 |
| Hex | 5 | 35 | 5A | 5E | 29 | 0 | 41 | CE | 59 | 13 |
| Octal | 5 | 65 | 132 | 136 | 51 | 0 | 101 | 316 | 131 | 23 |
| Binary | 101 | 110101 | 1011010 | 1011110 | 101001 | 0 | 1000001 | 11001110 | 1011001 | 10011 |
Color Harmonies of #05355A
Complementary color
Monochromatic Colors of #05355A
Black with #05355A
Text Example
Text Example
White with #05355A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05355A; }
p { color: rgb(5,53,90); }
H1.HeaderClassName
{
color: #05355A;
}
.AnyTagClassName
{
color: #05355A;
}
</style>
background-color css
<style>
a { background-color: #05355A; }
a { background-color: rgb(5,53,90); }
div.DivClassName
{
background-color: #05355A;
}
.BgClassName
{
background-color: #05355A;
}
</style>
border-color css
<style>
span { border-color: #05355A; }
span { border-color: rgb(5,53,90); }
td.TdClassName
{
border-color: #05355A;
}
.TagClassName
{
border-color: #05355A;
}
</style>