#053354

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

Shades of Prussian Blue #053354

Tints of Prussian Blue #053354

Color information

#053354 (or 0x053354) is unknown color: approx Prussian Blue. HEX triplet: 05, 33 and 54. RGB value is (5,51,84). Sum of RGB (Red+Green+Blue) = 5+51+84=140 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.57% from 140); Green value is 51 (20.31% from 255 or 36.43% from 140); Blue value is 84 (33.20% from 255 or 60% from 140); Max value from RGB is 84 - color contains mainly: blue. Hex color #053354 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053354 is #FACCAB. Grayscale: #282828. Windows color (decimal): -16436396 or 5518085. OLE color: 5518085.

HSL color Cylindrical-coordinate representation of color #053354: hue angle of 205.06º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #053354 is Cyan = 0.94, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB55184-
CMYK0.940.3900.67
HSL205.06º88.76%17.45%-
HSV(B)205.06º94.05%32.94%-
XYZ2.853.048.82-
YUV41.01152.26102.32-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.57%
GREEN value IS 51 (20.31% from 255) = 36.43%
BLUE value IS 84 (33.20% from 255) = 60%
R=3.57%
G=36.43%
B=60%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal551840.940.3900.67205.0688.7617.45
Hex533545E27043cd5911
Octal56312413647010331513121
Binary101110011101010010111101001110100001111001101101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053354; }

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

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

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

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

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

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

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

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