#052C51

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

Shades of Prussian Blue #052C51

Tints of Prussian Blue #052C51

Color information

#052C51 (or 0x052C51) is unknown color: approx Prussian Blue. HEX triplet: 05, 2C and 51. RGB value is (5,44,81). Sum of RGB (Red+Green+Blue) = 5+44+81=130 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.85% from 130); Green value is 44 (17.58% from 255 or 33.85% from 130); Blue value is 81 (32.03% from 255 or 62.31% from 130); Max value from RGB is 81 - color contains mainly: blue. Hex color #052C51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052C51 is #FAD3AE. Grayscale: #242424. Windows color (decimal): -16438191 or 5319685. OLE color: 5319685.

HSL color Cylindrical-coordinate representation of color #052C51: hue angle of 209.21º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #052C51 is Cyan = 0.94, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB54481-
CMYK0.940.4600.68
HSL209.21º88.37%16.86%-
HSV(B)209.21º93.83%31.76%-
XYZ2.452.438.12-
YUV36.56153.08105.49-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.85%
GREEN value IS 44 (17.58% from 255) = 33.85%
BLUE value IS 81 (32.03% from 255) = 62.31%
R=3.85%
G=33.85%
B=62.31%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal544810.940.4600.68209.2188.3716.86
Hex52C515E2E044d15811
Octal55412113656010432113021
Binary101101100101000110111101011100100010011010001101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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