#053178

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

Shades of Prussian Blue #053178

Tints of Prussian Blue #053178

Color information

#053178 (or 0x053178) is unknown color: approx Prussian Blue. HEX triplet: 05, 31 and 78. RGB value is (5,49,120). Sum of RGB (Red+Green+Blue) = 5+49+120=174 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.87% from 174); Green value is 49 (19.53% from 255 or 28.16% from 174); Blue value is 120 (47.27% from 255 or 68.97% from 174); Max value from RGB is 120 - color contains mainly: blue. Hex color #053178 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053178 is #FACE87. Grayscale: #2B2B2B. Windows color (decimal): -16436872 or 7876869. OLE color: 7876869.

HSL color Cylindrical-coordinate representation of color #053178: hue angle of 217.04º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #053178 is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB549120-
CMYK0.960.5900.53
HSL217.04º92%24.51%-
HSV(B)217.04º95.83%47.06%-
XYZ4.553.5818.22-
YUV43.94170.92100.23-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.87%
GREEN value IS 49 (19.53% from 255) = 28.16%
BLUE value IS 120 (47.27% from 255) = 68.97%
R=2.87%
G=28.16%
B=68.97%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5491200.960.5900.53217.049224.51
Hex53178603B035d95c19
Octal5611701407306533113431
Binary10111000111110001100000111011011010111011001101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053178; }

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

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

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

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

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

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

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

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