#053676

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

Shades of Prussian Blue #053676

Tints of Prussian Blue #053676

Color information

#053676 (or 0x053676) is unknown color: approx Prussian Blue. HEX triplet: 05, 36 and 76. RGB value is (5,54,118). Sum of RGB (Red+Green+Blue) = 5+54+118=177 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.82% from 177); Green value is 54 (21.48% from 255 or 30.51% from 177); Blue value is 118 (46.48% from 255 or 66.67% from 177); Max value from RGB is 118 - color contains mainly: blue. Hex color #053676 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053676 is #FAC989. Grayscale: #2E2E2E. Windows color (decimal): -16435594 or 7747077. OLE color: 7747077.

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

Color convert

RGB554118-
CMYK0.960.5400.54
HSL213.98º91.87%24.12%-
HSV(B)213.98º95.76%46.27%-
XYZ4.653.9817.66-
YUV46.64168.2798.3-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.82%
GREEN value IS 54 (21.48% from 255) = 30.51%
BLUE value IS 118 (46.48% from 255) = 66.67%
R=2.82%
G=30.51%
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.54
SystemRedGreenBlueCMYKHSL
Decimal5541180.960.5400.54213.9891.8724.12
Hex536766036036d65c18
Octal5661661406606632613430
Binary10111011011101101100000110110011011011010110101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053676; }

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

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

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

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

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

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

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

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