#053350

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

Shades of Prussian Blue #053350

Tints of Prussian Blue #053350

Color information

#053350 (or 0x053350) is unknown color: approx Prussian Blue. HEX triplet: 05, 33 and 50. RGB value is (5,51,80). Sum of RGB (Red+Green+Blue) = 5+51+80=136 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.68% from 136); Green value is 51 (20.31% from 255 or 37.5% from 136); Blue value is 80 (31.64% from 255 or 58.82% from 136); Max value from RGB is 80 - color contains mainly: blue. Hex color #053350 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053350 is #FACCAF. Grayscale: #282828. Windows color (decimal): -16436400 or 5255941. OLE color: 5255941.

HSL color Cylindrical-coordinate representation of color #053350: hue angle of 203.2º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #053350 is Cyan = 0.94, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB55180-
CMYK0.940.3600.69
HSL203.2º88.24%16.67%-
HSV(B)203.2º93.75%31.37%-
XYZ2.692.988.02-
YUV40.55150.26102.64-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.68%
GREEN value IS 51 (20.31% from 255) = 37.5%
BLUE value IS 80 (31.64% from 255) = 58.82%
R=3.68%
G=37.5%
B=58.82%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal551800.940.3600.69203.288.2416.67
Hex533505E24045cb5811
Octal56312013644010531313021
Binary101110011101000010111101001000100010111001011101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053350; }

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

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

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

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

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

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

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

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