#053271

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

Shades of Prussian Blue #053271

Tints of Prussian Blue #053271

Color information

#053271 (or 0x053271) is unknown color: approx Prussian Blue. HEX triplet: 05, 32 and 71. RGB value is (5,50,113). Sum of RGB (Red+Green+Blue) = 5+50+113=168 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.98% from 168); Green value is 50 (19.92% from 255 or 29.76% from 168); Blue value is 113 (44.53% from 255 or 67.26% from 168); Max value from RGB is 113 - color contains mainly: blue. Hex color #053271 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053271 is #FACD8E. Grayscale: #2B2B2B. Windows color (decimal): -16436623 or 7418373. OLE color: 7418373.

HSL color Cylindrical-coordinate representation of color #053271: hue angle of 215º 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 #053271 is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB550113-
CMYK0.960.5600.56
HSL215º91.53%23.14%-
HSV(B)215º95.58%44.31%-
XYZ4.183.5116.08-
YUV43.73167.09100.38-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.98%
GREEN value IS 50 (19.92% from 255) = 29.76%
BLUE value IS 113 (44.53% from 255) = 67.26%
R=2.98%
G=29.76%
B=67.26%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5501130.960.5600.5621591.5323.14
Hex532716038038d75c17
Octal5621611407007032713427
Binary10111001011100011100000111000011100011010111101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053271; }

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

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

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

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

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

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

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

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