#053152

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

Shades of Prussian Blue #053152

Tints of Prussian Blue #053152

Color information

#053152 (or 0x053152) is unknown color: approx Prussian Blue. HEX triplet: 05, 31 and 52. RGB value is (5,49,82). Sum of RGB (Red+Green+Blue) = 5+49+82=136 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.68% from 136); Green value is 49 (19.53% from 255 or 36.03% from 136); Blue value is 82 (32.42% from 255 or 60.29% from 136); Max value from RGB is 82 - color contains mainly: blue. Hex color #053152 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053152 is #FACEAD. Grayscale: #272727. Windows color (decimal): -16436910 or 5386501. OLE color: 5386501.

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

Color convert

RGB54982-
CMYK0.940.4000.68
HSL205.71º88.51%17.06%-
HSV(B)205.71º93.9%32.16%-
XYZ2.682.848.39-
YUV39.61151.92103.32-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.68%
GREEN value IS 49 (19.53% from 255) = 36.03%
BLUE value IS 82 (32.42% from 255) = 60.29%
R=3.68%
G=36.03%
B=60.29%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal549820.940.4000.68205.7188.5117.06
Hex531525E28044ce5911
Octal56112213650010431613121
Binary101110001101001010111101010000100010011001110101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053152; }

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

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

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

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

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

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

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

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