#053154

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

Shades of Prussian Blue #053154

Tints of Prussian Blue #053154

Color information

#053154 (or 0x053154) is unknown color: approx Prussian Blue. HEX triplet: 05, 31 and 54. RGB value is (5,49,84). Sum of RGB (Red+Green+Blue) = 5+49+84=138 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.62% from 138); Green value is 49 (19.53% from 255 or 35.51% from 138); Blue value is 84 (33.20% from 255 or 60.87% from 138); Max value from RGB is 84 - color contains mainly: blue. Hex color #053154 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053154 is #FACEAB. Grayscale: #272727. Windows color (decimal): -16436908 or 5517573. OLE color: 5517573.

HSL color Cylindrical-coordinate representation of color #053154: hue angle of 206.58º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #053154 is Cyan = 0.94, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB54984-
CMYK0.940.4200.67
HSL206.58º88.76%17.45%-
HSV(B)206.58º94.05%32.94%-
XYZ2.762.878.8-
YUV39.83152.92103.15-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.62%
GREEN value IS 49 (19.53% from 255) = 35.51%
BLUE value IS 84 (33.20% from 255) = 60.87%
R=3.62%
G=35.51%
B=60.87%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal549840.940.4200.67206.5888.7617.45
Hex531545E2A043cf5911
Octal56112413652010331713121
Binary101110001101010010111101010100100001111001111101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053154; }

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

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

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

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

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

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

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

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