#052D51

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

Shades of Prussian Blue #052D51

Tints of Prussian Blue #052D51

Color information

#052D51 (or 0x052D51) is unknown color: approx Prussian Blue. HEX triplet: 05, 2D and 51. RGB value is (5,45,81). Sum of RGB (Red+Green+Blue) = 5+45+81=131 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.82% from 131); Green value is 45 (17.97% from 255 or 34.35% from 131); Blue value is 81 (32.03% from 255 or 61.83% from 131); Max value from RGB is 81 - color contains mainly: blue. Hex color #052D51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052D51 is #FAD2AE. Grayscale: #242424. Windows color (decimal): -16437935 or 5319941. OLE color: 5319941.

HSL color Cylindrical-coordinate representation of color #052D51: hue angle of 208.42º 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 #052D51 is Cyan = 0.94, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB54581-
CMYK0.940.4400.68
HSL208.42º88.37%16.86%-
HSV(B)208.42º93.83%31.76%-
XYZ2.492.58.14-
YUV37.14152.75105.07-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.82%
GREEN value IS 45 (17.97% from 255) = 34.35%
BLUE value IS 81 (32.03% from 255) = 61.83%
R=3.82%
G=34.35%
B=61.83%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal545810.940.4400.68208.4288.3716.86
Hex52D515E2C044d05811
Octal55512113654010432013021
Binary101101101101000110111101011000100010011010000101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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