#053672

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

Shades of Prussian Blue #053672

Tints of Prussian Blue #053672

Color information

#053672 (or 0x053672) is unknown color: approx Prussian Blue. HEX triplet: 05, 36 and 72. RGB value is (5,54,114). Sum of RGB (Red+Green+Blue) = 5+54+114=173 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.89% from 173); Green value is 54 (21.48% from 255 or 31.21% from 173); Blue value is 114 (44.92% from 255 or 65.90% from 173); Max value from RGB is 114 - color contains mainly: blue. Hex color #053672 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053672 is #FAC98D. Grayscale: #2D2D2D. Windows color (decimal): -16435598 or 7484933. OLE color: 7484933.

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

Color convert

RGB554114-
CMYK0.960.5300.55
HSL213.03º91.6%23.33%-
HSV(B)213.03º95.61%44.71%-
XYZ4.423.8916.44-
YUV46.19166.2798.62-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.89%
GREEN value IS 54 (21.48% from 255) = 31.21%
BLUE value IS 114 (44.92% from 255) = 65.90%
R=2.89%
G=31.21%
B=65.90%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5541140.960.5300.55213.0391.623.33
Hex536726035037d55c17
Octal5661621406506732513427
Binary10111011011100101100000110101011011111010101101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053672; }

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

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

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

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

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

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

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

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