#053474

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

Shades of Prussian Blue #053474

Tints of Prussian Blue #053474

Color information

#053474 (or 0x053474) is unknown color: approx Prussian Blue. HEX triplet: 05, 34 and 74. RGB value is (5,52,116). Sum of RGB (Red+Green+Blue) = 5+52+116=173 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.89% from 173); Green value is 52 (20.70% from 255 or 30.06% from 173); Blue value is 116 (45.70% from 255 or 67.05% from 173); Max value from RGB is 116 - color contains mainly: blue. Hex color #053474 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053474 is #FACB8B. Grayscale: #2C2C2C. Windows color (decimal): -16436108 or 7615493. OLE color: 7615493.

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

Color convert

RGB552116-
CMYK0.960.5500.55
HSL214.59º91.74%23.73%-
HSV(B)214.59º95.69%45.49%-
XYZ4.443.7517.01-
YUV45.24167.9399.3-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.89%
GREEN value IS 52 (20.70% from 255) = 30.06%
BLUE value IS 116 (45.70% from 255) = 67.05%
R=2.89%
G=30.06%
B=67.05%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5521160.960.5500.55214.5991.7423.73
Hex534746037037d75c18
Octal5641641406706732713430
Binary10111010011101001100000110111011011111010111101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053474; }

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

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

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

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

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

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

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

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