#052E4D

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

Shades of Prussian Blue #052E4D

Tints of Prussian Blue #052E4D

Color information

#052E4D (or 0x052E4D) is unknown color: approx Prussian Blue. HEX triplet: 05, 2E and 4D. RGB value is (5,46,77). Sum of RGB (Red+Green+Blue) = 5+46+77=128 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.91% from 128); Green value is 46 (18.36% from 255 or 35.94% from 128); Blue value is 77 (30.47% from 255 or 60.16% from 128); Max value from RGB is 77 - color contains mainly: blue. Hex color #052E4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052E4D is #FAD1B2. Grayscale: #252525. Windows color (decimal): -16437683 or 5058053. OLE color: 5058053.

HSL color Cylindrical-coordinate representation of color #052E4D: hue angle of 205.83º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #052E4D is Cyan = 0.94, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB54677-
CMYK0.940.4000.70
HSL205.83º87.8%16.08%-
HSV(B)205.83º93.51%30.2%-
XYZ2.382.527.38-
YUV37.28150.42104.98-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.91%
GREEN value IS 46 (18.36% from 255) = 35.94%
BLUE value IS 77 (30.47% from 255) = 60.16%
R=3.91%
G=35.94%
B=60.16%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal546770.940.4000.70205.8387.816.08
Hex52E4D5E28046ce5810
Octal55611513650010631613020
Binary101101110100110110111101010000100011011001110101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052E4D; }

 p { color: rgb(5,46,77); }

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

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

 a { background-color: rgb(5,46,77); }

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

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

 span { border-color: rgb(5,46,77); }

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