#052D57

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

Shades of Prussian Blue #052D57

Tints of Prussian Blue #052D57

Color information

#052D57 (or 0x052D57) is unknown color: approx Prussian Blue. HEX triplet: 05, 2D and 57. RGB value is (5,45,87). Sum of RGB (Red+Green+Blue) = 5+45+87=137 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.65% from 137); Green value is 45 (17.97% from 255 or 32.85% from 137); Blue value is 87 (34.38% from 255 or 63.50% from 137); Max value from RGB is 87 - color contains mainly: blue. Hex color #052D57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052D57 is #FAD2A8. Grayscale: #252525. Windows color (decimal): -16437929 or 5713157. OLE color: 5713157.

HSL color Cylindrical-coordinate representation of color #052D57: hue angle of 210.73º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #052D57 is Cyan = 0.94, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB54587-
CMYK0.940.4800.66
HSL210.73º89.13%18.04%-
HSV(B)210.73º94.25%34.12%-
XYZ2.722.69.37-
YUV37.83155.75104.58-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.65%
GREEN value IS 45 (17.97% from 255) = 32.85%
BLUE value IS 87 (34.38% from 255) = 63.50%
R=3.65%
G=32.85%
B=63.50%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal545870.940.4800.66210.7389.1318.04
Hex52D575E30042d35912
Octal55512713660010232313122
Binary101101101101011110111101100000100001011010011101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,45,87); }

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

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

 a { background-color: rgb(5,45,87); }

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

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

 span { border-color: rgb(5,45,87); }

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