#053176

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

Shades of Prussian Blue #053176

Tints of Prussian Blue #053176

Color information

#053176 (or 0x053176) is unknown color: approx Prussian Blue. HEX triplet: 05, 31 and 76. RGB value is (5,49,118). Sum of RGB (Red+Green+Blue) = 5+49+118=172 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.91% from 172); Green value is 49 (19.53% from 255 or 28.49% from 172); Blue value is 118 (46.48% from 255 or 68.60% from 172); Max value from RGB is 118 - color contains mainly: blue. Hex color #053176 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053176 is #FACE89. Grayscale: #2B2B2B. Windows color (decimal): -16436874 or 7745797. OLE color: 7745797.

HSL color Cylindrical-coordinate representation of color #053176: hue angle of 216.64º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #053176 is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB549118-
CMYK0.960.5800.54
HSL216.64º91.87%24.12%-
HSV(B)216.64º95.76%46.27%-
XYZ4.433.5417.59-
YUV43.71169.92100.39-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.91%
GREEN value IS 49 (19.53% from 255) = 28.49%
BLUE value IS 118 (46.48% from 255) = 68.60%
R=2.91%
G=28.49%
B=68.60%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5491180.960.5800.54216.6491.8724.12
Hex53176603A036d95c18
Octal5611661407206633113430
Binary10111000111101101100000111010011011011011001101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053176; }

 p { color: rgb(5,49,118); }

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

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

 a { background-color: rgb(5,49,118); }

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

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

 span { border-color: rgb(5,49,118); }

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