#053169

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

Shades of Prussian Blue #053169

Tints of Prussian Blue #053169

Color information

#053169 (or 0x053169) is unknown color: approx Prussian Blue. HEX triplet: 05, 31 and 69. RGB value is (5,49,105). Sum of RGB (Red+Green+Blue) = 5+49+105=159 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.14% from 159); Green value is 49 (19.53% from 255 or 30.82% from 159); Blue value is 105 (41.41% from 255 or 66.04% from 159); Max value from RGB is 105 - color contains mainly: blue. Hex color #053169 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053169 is #FACE96. Grayscale: #292929. Windows color (decimal): -16436887 or 6893829. OLE color: 6893829.

HSL color Cylindrical-coordinate representation of color #053169: hue angle of 213.6º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #053169 is Cyan = 0.95, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB549105-
CMYK0.950.5300.59
HSL213.6º90.91%21.57%-
HSV(B)213.6º95.24%41.18%-
XYZ3.713.2513.8-
YUV42.23163.42101.45-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.14%
GREEN value IS 49 (19.53% from 255) = 30.82%
BLUE value IS 105 (41.41% from 255) = 66.04%
R=3.14%
G=30.82%
B=66.04%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5491050.950.5300.59213.690.9121.57
Hex531695F3503Bd65b16
Octal5611511376507332613326
Binary10111000111010011011111110101011101111010110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053169; }

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

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

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

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

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

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

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

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