#052958

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

Shades of Prussian Blue #052958

Tints of Prussian Blue #052958

Color information

#052958 (or 0x052958) is unknown color: approx Prussian Blue. HEX triplet: 05, 29 and 58. RGB value is (5,41,88). Sum of RGB (Red+Green+Blue) = 5+41+88=134 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.73% from 134); Green value is 41 (16.41% from 255 or 30.60% from 134); Blue value is 88 (34.77% from 255 or 65.67% from 134); Max value from RGB is 88 - color contains mainly: blue. Hex color #052958 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052958 is #FAD6A7. Grayscale: #232323. Windows color (decimal): -16438952 or 5777669. OLE color: 5777669.

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

Color convert

RGB54188-
CMYK0.940.5300.65
HSL213.98º89.25%18.24%-
HSV(B)213.98º94.32%34.51%-
XYZ2.622.329.54-
YUV35.59157.57106.18-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.73%
GREEN value IS 41 (16.41% from 255) = 30.60%
BLUE value IS 88 (34.77% from 255) = 65.67%
R=3.73%
G=30.60%
B=65.67%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal541880.940.5300.65213.9889.2518.24
Hex529585E35041d65912
Octal55113013665010132613122
Binary101101001101100010111101101010100000111010110101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052958; }

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

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

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

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

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

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

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

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