#053577

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

Shades of Prussian Blue #053577

Tints of Prussian Blue #053577

Color information

#053577 (or 0x053577) is unknown color: approx Prussian Blue. HEX triplet: 05, 35 and 77. RGB value is (5,53,119). Sum of RGB (Red+Green+Blue) = 5+53+119=177 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.82% from 177); Green value is 53 (21.09% from 255 or 29.94% from 177); Blue value is 119 (46.88% from 255 or 67.23% from 177); Max value from RGB is 119 - color contains mainly: blue. Hex color #053577 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053577 is #FACA88. Grayscale: #2D2D2D. Windows color (decimal): -16435849 or 7812357. OLE color: 7812357.

HSL color Cylindrical-coordinate representation of color #053577: hue angle of 214.74º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #053577 is Cyan = 0.96, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB553119-
CMYK0.960.5500.53
HSL214.74º91.94%24.31%-
HSV(B)214.74º95.8%46.67%-
XYZ4.673.9117.96-
YUV46.17169.198.63-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.82%
GREEN value IS 53 (21.09% from 255) = 29.94%
BLUE value IS 119 (46.88% from 255) = 67.23%
R=2.82%
G=29.94%
B=67.23%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5531190.960.5500.53214.7491.9424.31
Hex535776037035d75c18
Octal5651671406706532713430
Binary10111010111101111100000110111011010111010111101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053577; }

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

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

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

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

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

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

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

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