#052D5E

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

Shades of Prussian Blue #052D5E

Tints of Prussian Blue #052D5E

Color information

#052D5E (or 0x052D5E) is unknown color: approx Prussian Blue. HEX triplet: 05, 2D and 5E. RGB value is (5,45,94). Sum of RGB (Red+Green+Blue) = 5+45+94=144 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.47% from 144); Green value is 45 (17.97% from 255 or 31.25% from 144); Blue value is 94 (37.11% from 255 or 65.28% from 144); Max value from RGB is 94 - color contains mainly: blue. Hex color #052D5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052D5E is #FAD2A1. Grayscale: #262626. Windows color (decimal): -16437922 or 6171909. OLE color: 6171909.

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

Color convert

RGB54594-
CMYK0.950.5200.63
HSL213.03º89.9%19.41%-
HSV(B)213.03º94.68%36.86%-
XYZ3.022.7210.95-
YUV38.63159.25104.02-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.47%
GREEN value IS 45 (17.97% from 255) = 31.25%
BLUE value IS 94 (37.11% from 255) = 65.28%
R=3.47%
G=31.25%
B=65.28%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal545940.950.5200.63213.0389.919.41
Hex52D5E5F3403Fd55a13
Octal5551361376407732513223
Binary10110110110111101011111110100011111111010101101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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