#052B53

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

Shades of Prussian Blue #052B53

Tints of Prussian Blue #052B53

Color information

#052B53 (or 0x052B53) is unknown color: approx Prussian Blue. HEX triplet: 05, 2B and 53. RGB value is (5,43,83). Sum of RGB (Red+Green+Blue) = 5+43+83=131 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.82% from 131); Green value is 43 (17.19% from 255 or 32.82% from 131); Blue value is 83 (32.81% from 255 or 63.36% from 131); Max value from RGB is 83 - color contains mainly: blue. Hex color #052B53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052B53 is #FAD4AC. Grayscale: #242424. Windows color (decimal): -16438445 or 5450501. OLE color: 5450501.

HSL color Cylindrical-coordinate representation of color #052B53: hue angle of 210.77º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #052B53 is Cyan = 0.94, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB54383-
CMYK0.940.4800.67
HSL210.77º88.64%17.25%-
HSV(B)210.77º93.98%32.55%-
XYZ2.492.388.51-
YUV36.2154.41105.75-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.82%
GREEN value IS 43 (17.19% from 255) = 32.82%
BLUE value IS 83 (32.81% from 255) = 63.36%
R=3.82%
G=32.82%
B=63.36%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal543830.940.4800.67210.7788.6417.25
Hex52B535E30043d35911
Octal55312313660010332313121
Binary101101011101001110111101100000100001111010011101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,43,83); }

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

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

 a { background-color: rgb(5,43,83); }

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

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

 span { border-color: rgb(5,43,83); }

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