#053252

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

Shades of Prussian Blue #053252

Tints of Prussian Blue #053252

Color information

#053252 (or 0x053252) is unknown color: approx Prussian Blue. HEX triplet: 05, 32 and 52. RGB value is (5,50,82). Sum of RGB (Red+Green+Blue) = 5+50+82=137 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.65% from 137); Green value is 50 (19.92% from 255 or 36.50% from 137); Blue value is 82 (32.42% from 255 or 59.85% from 137); Max value from RGB is 82 - color contains mainly: blue. Hex color #053252 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053252 is #FACDAD. Grayscale: #282828. Windows color (decimal): -16436654 or 5386757. OLE color: 5386757.

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

Color convert

RGB55082-
CMYK0.940.3900.68
HSL204.94º88.51%17.06%-
HSV(B)204.94º93.9%32.16%-
XYZ2.732.928.4-
YUV40.19151.59102.9-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.65%
GREEN value IS 50 (19.92% from 255) = 36.50%
BLUE value IS 82 (32.42% from 255) = 59.85%
R=3.65%
G=36.50%
B=59.85%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal550820.940.3900.68204.9488.5117.06
Hex532525E27044cd5911
Octal56212213647010431513121
Binary101110010101001010111101001110100010011001101101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053252; }

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

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

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

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

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

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

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

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