#053772

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

Shades of Prussian Blue #053772

Tints of Prussian Blue #053772

Color information

#053772 (or 0x053772) is unknown color: approx Prussian Blue. HEX triplet: 05, 37 and 72. RGB value is (5,55,114). Sum of RGB (Red+Green+Blue) = 5+55+114=174 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.87% from 174); Green value is 55 (21.88% from 255 or 31.61% from 174); Blue value is 114 (44.92% from 255 or 65.52% from 174); Max value from RGB is 114 - color contains mainly: blue. Hex color #053772 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053772 is #FAC88D. Grayscale: #2E2E2E. Windows color (decimal): -16435342 or 7485189. OLE color: 7485189.

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

Color convert

RGB555114-
CMYK0.960.5200.55
HSL212.48º91.6%23.33%-
HSV(B)212.48º95.61%44.71%-
XYZ4.473.9816.45-
YUV46.78165.9498.2-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.87%
GREEN value IS 55 (21.88% from 255) = 31.61%
BLUE value IS 114 (44.92% from 255) = 65.52%
R=2.87%
G=31.61%
B=65.52%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5551140.960.5200.55212.4891.623.33
Hex537726034037d45c17
Octal5671621406406732413427
Binary10111011111100101100000110100011011111010100101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053772; }

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

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

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

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

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

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

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

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