#053374

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

Shades of Prussian Blue #053374

Tints of Prussian Blue #053374

Color information

#053374 (or 0x053374) is unknown color: approx Prussian Blue. HEX triplet: 05, 33 and 74. RGB value is (5,51,116). Sum of RGB (Red+Green+Blue) = 5+51+116=172 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.91% from 172); Green value is 51 (20.31% from 255 or 29.65% from 172); Blue value is 116 (45.70% from 255 or 67.44% from 172); Max value from RGB is 116 - color contains mainly: blue. Hex color #053374 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053374 is #FACC8B. Grayscale: #2C2C2C. Windows color (decimal): -16436364 or 7615237. OLE color: 7615237.

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

Color convert

RGB551116-
CMYK0.960.5600.55
HSL215.14º91.74%23.73%-
HSV(B)215.14º95.69%45.49%-
XYZ4.43.6617-
YUV44.66168.2699.71-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.91%
GREEN value IS 51 (20.31% from 255) = 29.65%
BLUE value IS 116 (45.70% from 255) = 67.44%
R=2.91%
G=29.65%
B=67.44%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5511160.960.5600.55215.1491.7423.73
Hex533746038037d75c18
Octal5631641407006732713430
Binary10111001111101001100000111000011011111010111101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053374; }

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

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

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

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

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

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

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

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