#052C5E

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

Shades of Prussian Blue #052C5E

Tints of Prussian Blue #052C5E

Color information

#052C5E (or 0x052C5E) is unknown color: approx Prussian Blue. HEX triplet: 05, 2C and 5E. RGB value is (5,44,94). Sum of RGB (Red+Green+Blue) = 5+44+94=143 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.50% from 143); Green value is 44 (17.58% from 255 or 30.77% from 143); Blue value is 94 (37.11% from 255 or 65.73% from 143); Max value from RGB is 94 - color contains mainly: blue. Hex color #052C5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052C5E is #FAD3A1. Grayscale: #252525. Windows color (decimal): -16438178 or 6171653. OLE color: 6171653.

HSL color Cylindrical-coordinate representation of color #052C5E: hue angle of 213.71º 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 #052C5E is Cyan = 0.95, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB54494-
CMYK0.950.5300.63
HSL213.71º89.9%19.41%-
HSV(B)213.71º94.68%36.86%-
XYZ2.982.6410.94-
YUV38.04159.58104.43-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.50%
GREEN value IS 44 (17.58% from 255) = 30.77%
BLUE value IS 94 (37.11% from 255) = 65.73%
R=3.50%
G=30.77%
B=65.73%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal544940.950.5300.63213.7189.919.41
Hex52C5E5F3503Fd65a13
Octal5541361376507732613223
Binary10110110010111101011111110101011111111010110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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