#053159

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

Shades of Prussian Blue #053159

Tints of Prussian Blue #053159

Color information

#053159 (or 0x053159) is unknown color: approx Prussian Blue. HEX triplet: 05, 31 and 59. RGB value is (5,49,89). Sum of RGB (Red+Green+Blue) = 5+49+89=143 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.50% from 143); Green value is 49 (19.53% from 255 or 34.27% from 143); Blue value is 89 (35.16% from 255 or 62.24% from 143); Max value from RGB is 89 - color contains mainly: blue. Hex color #053159 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053159 is #FACEA6. Grayscale: #282828. Windows color (decimal): -16436903 or 5845253. OLE color: 5845253.

HSL color Cylindrical-coordinate representation of color #053159: hue angle of 208.57º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #053159 is Cyan = 0.94, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB54989-
CMYK0.940.4500.65
HSL208.57º89.36%18.43%-
HSV(B)208.57º94.38%34.9%-
XYZ2.962.959.86-
YUV40.4155.42102.75-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.50%
GREEN value IS 49 (19.53% from 255) = 34.27%
BLUE value IS 89 (35.16% from 255) = 62.24%
R=3.50%
G=34.27%
B=62.24%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal549890.940.4500.65208.5789.3618.43
Hex531595E2D041d15912
Octal56113113655010132113122
Binary101110001101100110111101011010100000111010001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053159; }

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

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

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

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

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

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

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

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