#053372

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

Shades of Prussian Blue #053372

Tints of Prussian Blue #053372

Color information

#053372 (or 0x053372) is unknown color: approx Prussian Blue. HEX triplet: 05, 33 and 72. RGB value is (5,51,114). Sum of RGB (Red+Green+Blue) = 5+51+114=170 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.94% from 170); Green value is 51 (20.31% from 255 or 30% from 170); Blue value is 114 (44.92% from 255 or 67.06% from 170); Max value from RGB is 114 - color contains mainly: blue. Hex color #053372 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053372 is #FACC8D. Grayscale: #2C2C2C. Windows color (decimal): -16436366 or 7484165. OLE color: 7484165.

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

Color convert

RGB551114-
CMYK0.960.5500.55
HSL214.68º91.6%23.33%-
HSV(B)214.68º95.61%44.71%-
XYZ4.283.6116.39-
YUV44.43167.2699.88-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.94%
GREEN value IS 51 (20.31% from 255) = 30%
BLUE value IS 114 (44.92% from 255) = 67.06%
R=2.94%
G=30%
B=67.06%

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
Decimal5511140.960.5500.55214.6891.623.33
Hex533726037037d75c17
Octal5631621406706732713427
Binary10111001111100101100000110111011011111010111101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053372; }

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

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

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

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

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

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

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

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