#053376

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

Shades of Prussian Blue #053376

Tints of Prussian Blue #053376

Color information

#053376 (or 0x053376) is unknown color: approx Prussian Blue. HEX triplet: 05, 33 and 76. RGB value is (5,51,118). Sum of RGB (Red+Green+Blue) = 5+51+118=174 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.87% from 174); Green value is 51 (20.31% from 255 or 29.31% from 174); Blue value is 118 (46.48% from 255 or 67.82% from 174); Max value from RGB is 118 - color contains mainly: blue. Hex color #053376 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053376 is #FACC89. Grayscale: #2C2C2C. Windows color (decimal): -16436362 or 7746309. OLE color: 7746309.

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

Color convert

RGB551118-
CMYK0.960.5700.54
HSL215.58º91.87%24.12%-
HSV(B)215.58º95.76%46.27%-
XYZ4.523.7117.62-
YUV44.88169.2699.55-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.87%
GREEN value IS 51 (20.31% from 255) = 29.31%
BLUE value IS 118 (46.48% from 255) = 67.82%
R=2.87%
G=29.31%
B=67.82%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5511180.960.5700.54215.5891.8724.12
Hex533766039036d85c18
Octal5631661407106633013430
Binary10111001111101101100000111001011011011011000101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053376; }

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

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

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

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

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

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

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

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