#052E52

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

Shades of Prussian Blue #052E52

Tints of Prussian Blue #052E52

Color information

#052E52 (or 0x052E52) is unknown color: approx Prussian Blue. HEX triplet: 05, 2E and 52. RGB value is (5,46,82). Sum of RGB (Red+Green+Blue) = 5+46+82=133 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.76% from 133); Green value is 46 (18.36% from 255 or 34.59% from 133); Blue value is 82 (32.42% from 255 or 61.65% from 133); Max value from RGB is 82 - color contains mainly: blue. Hex color #052E52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052E52 is #FAD1AD. Grayscale: #252525. Windows color (decimal): -16437678 or 5385733. OLE color: 5385733.

HSL color Cylindrical-coordinate representation of color #052E52: hue angle of 208.05º degrees, saturation: 0.89, 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 #052E52 is Cyan = 0.94, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB54682-
CMYK0.940.4400.68
HSL208.05º88.51%17.06%-
HSV(B)208.05º93.9%32.16%-
XYZ2.562.68.35-
YUV37.84152.92104.57-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.76%
GREEN value IS 46 (18.36% from 255) = 34.59%
BLUE value IS 82 (32.42% from 255) = 61.65%
R=3.76%
G=34.59%
B=61.65%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal546820.940.4400.68208.0588.5117.06
Hex52E525E2C044d05911
Octal55612213654010432013121
Binary101101110101001010111101011000100010011010000101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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