#052957

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

Shades of Prussian Blue #052957

Tints of Prussian Blue #052957

Color information

#052957 (or 0x052957) is unknown color: approx Prussian Blue. HEX triplet: 05, 29 and 57. RGB value is (5,41,87). Sum of RGB (Red+Green+Blue) = 5+41+87=133 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.76% from 133); Green value is 41 (16.41% from 255 or 30.83% from 133); Blue value is 87 (34.38% from 255 or 65.41% from 133); Max value from RGB is 87 - color contains mainly: blue. Hex color #052957 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052957 is #FAD6A8. Grayscale: #232323. Windows color (decimal): -16438953 or 5712133. OLE color: 5712133.

HSL color Cylindrical-coordinate representation of color #052957: hue angle of 213.66º 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 #052957 is Cyan = 0.94, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB54187-
CMYK0.940.5300.66
HSL213.66º89.13%18.04%-
HSV(B)213.66º94.25%34.12%-
XYZ2.582.319.33-
YUV35.48157.07106.26-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.76%
GREEN value IS 41 (16.41% from 255) = 30.83%
BLUE value IS 87 (34.38% from 255) = 65.41%
R=3.76%
G=30.83%
B=65.41%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal541870.940.5300.66213.6689.1318.04
Hex529575E35042d65912
Octal55112713665010232613122
Binary101101001101011110111101101010100001011010110101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052957; }

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

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

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

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

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

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

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

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