#053352

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

Shades of Prussian Blue #053352

Tints of Prussian Blue #053352

Color information

#053352 (or 0x053352) is unknown color: approx Prussian Blue. HEX triplet: 05, 33 and 52. RGB value is (5,51,82). Sum of RGB (Red+Green+Blue) = 5+51+82=138 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.62% from 138); Green value is 51 (20.31% from 255 or 36.96% from 138); Blue value is 82 (32.42% from 255 or 59.42% from 138); Max value from RGB is 82 - color contains mainly: blue. Hex color #053352 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053352 is #FACCAD. Grayscale: #282828. Windows color (decimal): -16436398 or 5387013. OLE color: 5387013.

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

Color convert

RGB55182-
CMYK0.940.3800.68
HSL204.16º88.51%17.06%-
HSV(B)204.16º93.9%32.16%-
XYZ2.773.018.42-
YUV40.78151.26102.48-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.62%
GREEN value IS 51 (20.31% from 255) = 36.96%
BLUE value IS 82 (32.42% from 255) = 59.42%
R=3.62%
G=36.96%
B=59.42%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal551820.940.3800.68204.1688.5117.06
Hex533525E26044cc5911
Octal56312213646010431413121
Binary101110011101001010111101001100100010011001100101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053352; }

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

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

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

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

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

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

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

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