#052C4D

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

Shades of Prussian Blue #052C4D

Tints of Prussian Blue #052C4D

Color information

#052C4D (or 0x052C4D) is unknown color: approx Prussian Blue. HEX triplet: 05, 2C and 4D. RGB value is (5,44,77). Sum of RGB (Red+Green+Blue) = 5+44+77=126 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.97% from 126); Green value is 44 (17.58% from 255 or 34.92% from 126); Blue value is 77 (30.47% from 255 or 61.11% from 126); Max value from RGB is 77 - color contains mainly: blue. Hex color #052C4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052C4D is #FAD3B2. Grayscale: #232323. Windows color (decimal): -16438195 or 5057541. OLE color: 5057541.

HSL color Cylindrical-coordinate representation of color #052C4D: hue angle of 207.5º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #052C4D is Cyan = 0.94, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB54477-
CMYK0.940.4300.70
HSL207.5º87.8%16.08%-
HSV(B)207.5º93.51%30.2%-
XYZ2.32.377.36-
YUV36.1151.08105.82-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.97%
GREEN value IS 44 (17.58% from 255) = 34.92%
BLUE value IS 77 (30.47% from 255) = 61.11%
R=3.97%
G=34.92%
B=61.11%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal544770.940.4300.70207.587.816.08
Hex52C4D5E2B046d05810
Octal55411513653010632013020
Binary101101100100110110111101010110100011011010000101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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