#053351

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

Shades of Prussian Blue #053351

Tints of Prussian Blue #053351

Color information

#053351 (or 0x053351) is unknown color: approx Prussian Blue. HEX triplet: 05, 33 and 51. RGB value is (5,51,81). Sum of RGB (Red+Green+Blue) = 5+51+81=137 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.65% from 137); Green value is 51 (20.31% from 255 or 37.23% from 137); Blue value is 81 (32.03% from 255 or 59.12% from 137); Max value from RGB is 81 - color contains mainly: blue. Hex color #053351 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053351 is #FACCAE. Grayscale: #282828. Windows color (decimal): -16436399 or 5321477. OLE color: 5321477.

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

Color convert

RGB55181-
CMYK0.940.3700.68
HSL203.68º88.37%16.86%-
HSV(B)203.68º93.83%31.76%-
XYZ2.732.998.22-
YUV40.67150.76102.56-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.65%
GREEN value IS 51 (20.31% from 255) = 37.23%
BLUE value IS 81 (32.03% from 255) = 59.12%
R=3.65%
G=37.23%
B=59.12%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal551810.940.3700.68203.6888.3716.86
Hex533515E25044cc5811
Octal56312113645010431413021
Binary101110011101000110111101001010100010011001100101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053351; }

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

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

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

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

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

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

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

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