#053168

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

Shades of Prussian Blue #053168

Tints of Prussian Blue #053168

Color information

#053168 (or 0x053168) is unknown color: approx Prussian Blue. HEX triplet: 05, 31 and 68. RGB value is (5,49,104). Sum of RGB (Red+Green+Blue) = 5+49+104=158 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.16% from 158); Green value is 49 (19.53% from 255 or 31.01% from 158); Blue value is 104 (41.02% from 255 or 65.82% from 158); Max value from RGB is 104 - color contains mainly: blue. Hex color #053168 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053168 is #FACE97. Grayscale: #292929. Windows color (decimal): -16436888 or 6828293. OLE color: 6828293.

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

Color convert

RGB549104-
CMYK0.950.5300.59
HSL213.33º90.83%21.37%-
HSV(B)213.33º95.19%40.78%-
XYZ3.663.2313.53-
YUV42.11162.92101.53-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.16%
GREEN value IS 49 (19.53% from 255) = 31.01%
BLUE value IS 104 (41.02% from 255) = 65.82%
R=3.16%
G=31.01%
B=65.82%

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
Decimal5491040.950.5300.59213.3390.8321.37
Hex531685F3503Bd55b15
Octal5611501376507332513325
Binary10111000111010001011111110101011101111010101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053168; }

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

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

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

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

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

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

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

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