#052B52

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

Shades of Prussian Blue #052B52

Tints of Prussian Blue #052B52

Color information

#052B52 (or 0x052B52) is unknown color: approx Prussian Blue. HEX triplet: 05, 2B and 52. RGB value is (5,43,82). Sum of RGB (Red+Green+Blue) = 5+43+82=130 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.85% from 130); Green value is 43 (17.19% from 255 or 33.08% from 130); Blue value is 82 (32.42% from 255 or 63.08% from 130); Max value from RGB is 82 - color contains mainly: blue. Hex color #052B52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052B52 is #FAD4AD. Grayscale: #232323. Windows color (decimal): -16438446 or 5384965. OLE color: 5384965.

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

Color convert

RGB54382-
CMYK0.940.4800.68
HSL210.39º88.51%17.06%-
HSV(B)210.39º93.9%32.16%-
XYZ2.452.378.31-
YUV36.08153.91105.83-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.85%
GREEN value IS 43 (17.19% from 255) = 33.08%
BLUE value IS 82 (32.42% from 255) = 63.08%
R=3.85%
G=33.08%
B=63.08%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal543820.940.4800.68210.3988.5117.06
Hex52B525E30044d25911
Octal55312213660010432213121
Binary101101011101001010111101100000100010011010010101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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