#053554

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

Shades of Prussian Blue #053554

Tints of Prussian Blue #053554

Color information

#053554 (or 0x053554) is unknown color: approx Prussian Blue. HEX triplet: 05, 35 and 54. RGB value is (5,53,84). Sum of RGB (Red+Green+Blue) = 5+53+84=142 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.52% from 142); Green value is 53 (21.09% from 255 or 37.32% from 142); Blue value is 84 (33.20% from 255 or 59.15% from 142); Max value from RGB is 84 - color contains mainly: blue. Hex color #053554 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053554 is #FACAAB. Grayscale: #2A2A2A. Windows color (decimal): -16435884 or 5518597. OLE color: 5518597.

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

Color convert

RGB55384-
CMYK0.940.3700.67
HSL203.54º88.76%17.45%-
HSV(B)203.54º94.05%32.94%-
XYZ2.943.228.85-
YUV42.18151.6101.48-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.52%
GREEN value IS 53 (21.09% from 255) = 37.32%
BLUE value IS 84 (33.20% from 255) = 59.15%
R=3.52%
G=37.32%
B=59.15%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal553840.940.3700.67203.5488.7617.45
Hex535545E25043cc5911
Octal56512413645010331413121
Binary101110101101010010111101001010100001111001100101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053554; }

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

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

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

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

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

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

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

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