#052E5A

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

Shades of Prussian Blue #052E5A

Tints of Prussian Blue #052E5A

Color information

#052E5A (or 0x052E5A) is unknown color: approx Prussian Blue. HEX triplet: 05, 2E and 5A. RGB value is (5,46,90). Sum of RGB (Red+Green+Blue) = 5+46+90=141 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.55% from 141); Green value is 46 (18.36% from 255 or 32.62% from 141); Blue value is 90 (35.55% from 255 or 63.83% from 141); Max value from RGB is 90 - color contains mainly: blue. Hex color #052E5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052E5A is #FAD1A5. Grayscale: #262626. Windows color (decimal): -16437670 or 5910021. OLE color: 5910021.

HSL color Cylindrical-coordinate representation of color #052E5A: hue angle of 211.06º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #052E5A is Cyan = 0.94, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB54690-
CMYK0.940.4900.65
HSL211.06º89.47%18.63%-
HSV(B)211.06º94.44%35.29%-
XYZ2.892.7210.05-
YUV38.76156.92103.92-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.55%
GREEN value IS 46 (18.36% from 255) = 32.62%
BLUE value IS 90 (35.55% from 255) = 63.83%
R=3.55%
G=32.62%
B=63.83%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal546900.940.4900.65211.0689.4718.63
Hex52E5A5E31041d35913
Octal55613213661010132313123
Binary101101110101101010111101100010100000111010011101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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