#053472

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

Shades of Prussian Blue #053472

Tints of Prussian Blue #053472

Color information

#053472 (or 0x053472) is unknown color: approx Prussian Blue. HEX triplet: 05, 34 and 72. RGB value is (5,52,114). Sum of RGB (Red+Green+Blue) = 5+52+114=171 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.92% from 171); Green value is 52 (20.70% from 255 or 30.41% from 171); Blue value is 114 (44.92% from 255 or 66.67% from 171); Max value from RGB is 114 - color contains mainly: blue. Hex color #053472 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053472 is #FACB8D. Grayscale: #2C2C2C. Windows color (decimal): -16436110 or 7484421. OLE color: 7484421.

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

Color convert

RGB552114-
CMYK0.960.5400.55
HSL214.13º91.6%23.33%-
HSV(B)214.13º95.61%44.71%-
XYZ4.333.716.41-
YUV45.02166.9399.46-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.92%
GREEN value IS 52 (20.70% from 255) = 30.41%
BLUE value IS 114 (44.92% from 255) = 66.67%
R=2.92%
G=30.41%
B=66.67%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5521140.960.5400.55214.1391.623.33
Hex534726036037d65c17
Octal5641621406606732613427
Binary10111010011100101100000110110011011111010110101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053472; }

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

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

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

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

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

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

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

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