#052E51

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

Shades of Prussian Blue #052E51

Tints of Prussian Blue #052E51

Color information

#052E51 (or 0x052E51) is unknown color: approx Prussian Blue. HEX triplet: 05, 2E and 51. RGB value is (5,46,81). Sum of RGB (Red+Green+Blue) = 5+46+81=132 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.79% from 132); Green value is 46 (18.36% from 255 or 34.85% from 132); Blue value is 81 (32.03% from 255 or 61.36% from 132); Max value from RGB is 81 - color contains mainly: blue. Hex color #052E51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052E51 is #FAD1AE. Grayscale: #252525. Windows color (decimal): -16437679 or 5320197. OLE color: 5320197.

HSL color Cylindrical-coordinate representation of color #052E51: hue angle of 207.63º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #052E51 is Cyan = 0.94, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB54681-
CMYK0.940.4300.68
HSL207.63º88.37%16.86%-
HSV(B)207.63º93.83%31.76%-
XYZ2.522.588.15-
YUV37.73152.42104.65-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.79%
GREEN value IS 46 (18.36% from 255) = 34.85%
BLUE value IS 81 (32.03% from 255) = 61.36%
R=3.79%
G=34.85%
B=61.36%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal546810.940.4300.68207.6388.3716.86
Hex52E515E2B044d05811
Octal55612113653010432013021
Binary101101110101000110111101010110100010011010000101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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