#053177

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

Shades of Prussian Blue #053177

Tints of Prussian Blue #053177

Color information

#053177 (or 0x053177) is unknown color: approx Prussian Blue. HEX triplet: 05, 31 and 77. RGB value is (5,49,119). Sum of RGB (Red+Green+Blue) = 5+49+119=173 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.89% from 173); Green value is 49 (19.53% from 255 or 28.32% from 173); Blue value is 119 (46.88% from 255 or 68.79% from 173); Max value from RGB is 119 - color contains mainly: blue. Hex color #053177 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053177 is #FACE88. Grayscale: #2B2B2B. Windows color (decimal): -16436873 or 7811333. OLE color: 7811333.

HSL color Cylindrical-coordinate representation of color #053177: hue angle of 216.84º 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 #053177 is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB549119-
CMYK0.960.5900.53
HSL216.84º91.94%24.31%-
HSV(B)216.84º95.8%46.67%-
XYZ4.493.5617.9-
YUV43.82170.42100.31-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.89%
GREEN value IS 49 (19.53% from 255) = 28.32%
BLUE value IS 119 (46.88% from 255) = 68.79%
R=2.89%
G=28.32%
B=68.79%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5491190.960.5900.53216.8491.9424.31
Hex53177603B035d95c18
Octal5611671407306533113430
Binary10111000111101111100000111011011010111011001101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053177; }

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

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

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

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

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

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

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

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