#052E5D

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

Shades of Prussian Blue #052E5D

Tints of Prussian Blue #052E5D

Color information

#052E5D (or 0x052E5D) is unknown color: approx Prussian Blue. HEX triplet: 05, 2E and 5D. RGB value is (5,46,93). Sum of RGB (Red+Green+Blue) = 5+46+93=144 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.47% from 144); Green value is 46 (18.36% from 255 or 31.94% from 144); Blue value is 93 (36.72% from 255 or 64.58% from 144); Max value from RGB is 93 - color contains mainly: blue. Hex color #052E5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052E5D is #FAD1A2. Grayscale: #262626. Windows color (decimal): -16437667 or 6106629. OLE color: 6106629.

HSL color Cylindrical-coordinate representation of color #052E5D: hue angle of 212.05º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #052E5D is Cyan = 0.95, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB54693-
CMYK0.950.5100.64
HSL212.05º89.8%19.22%-
HSV(B)212.05º94.62%36.47%-
XYZ3.022.7810.73-
YUV39.1158.42103.68-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.47%
GREEN value IS 46 (18.36% from 255) = 31.94%
BLUE value IS 93 (36.72% from 255) = 64.58%
R=3.47%
G=31.94%
B=64.58%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal546930.950.5100.64212.0589.819.22
Hex52E5D5F33040d45a13
Octal55613513763010032413223
Binary101101110101110110111111100110100000011010100101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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