#053371

Color #053371 Prussian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prussian Blue #053371

Tints of Prussian Blue #053371

Color information

#053371 (or 0x053371) is unknown color: approx Prussian Blue. HEX triplet: 05, 33 and 71. RGB value is (5,51,113). Sum of RGB (Red+Green+Blue) = 5+51+113=169 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.96% from 169); Green value is 51 (20.31% from 255 or 30.18% from 169); Blue value is 113 (44.53% from 255 or 66.86% from 169); Max value from RGB is 113 - color contains mainly: blue. Hex color #053371 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053371 is #FACC8E. Grayscale: #2C2C2C. Windows color (decimal): -16436367 or 7418629. OLE color: 7418629.

HSL color Cylindrical-coordinate representation of color #053371: hue angle of 214.44º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #053371 is Cyan = 0.96, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB551113-
CMYK0.960.5500.56
HSL214.44º91.53%23.14%-
HSV(B)214.44º95.58%44.31%-
XYZ4.233.5916.09-
YUV44.31166.7699.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 5 (2.34% from 255) = 2.96%
GREEN value IS 51 (20.31% from 255) = 30.18%
BLUE value IS 113 (44.53% from 255) = 66.86%
R=2.96%
G=30.18%
B=66.86%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5511130.960.5500.56214.4491.5323.14
Hex533716037038d65c17
Octal5631611406707032613427
Binary10111001111100011100000110111011100011010110101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053371; }

 p { color: rgb(5,51,113); }

 H1.HeaderClassName
 {
   color: #053371;
 }
 .AnyTagClassName
 {
   color: #053371;
 }
</style>
background-color css

<style>
 a { background-color: #053371; }

 a { background-color: rgb(5,51,113); }

 div.DivClassName
 {
   background-color: #053371;
 }
 .BgClassName
 {
   background-color: #053371;
 }
</style>
border-color css

<style>
 span { border-color: #053371; }

 span { border-color: rgb(5,51,113); }

 td.TdClassName
 {
   border-color: #053371;
 }
 .TagClassName
 {
   border-color: #053371;
 }
</style>