#053167

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

Shades of Prussian Blue #053167

Tints of Prussian Blue #053167

Color information

#053167 (or 0x053167) is unknown color: approx Prussian Blue. HEX triplet: 05, 31 and 67. RGB value is (5,49,103). Sum of RGB (Red+Green+Blue) = 5+49+103=157 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.18% from 157); Green value is 49 (19.53% from 255 or 31.21% from 157); Blue value is 103 (40.62% from 255 or 65.61% from 157); Max value from RGB is 103 - color contains mainly: blue. Hex color #053167 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053167 is #FACE98. Grayscale: #292929. Windows color (decimal): -16436889 or 6762757. OLE color: 6762757.

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

Color convert

RGB549103-
CMYK0.950.5200.60
HSL213.06º90.74%21.18%-
HSV(B)213.06º95.15%40.39%-
XYZ3.613.2113.26-
YUV42162.42101.61-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.18%
GREEN value IS 49 (19.53% from 255) = 31.21%
BLUE value IS 103 (40.62% from 255) = 65.61%
R=3.18%
G=31.21%
B=65.61%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal5491030.950.5200.60213.0690.7421.18
Hex531675F3403Cd55b15
Octal5611471376407432513325
Binary10111000111001111011111110100011110011010101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053167; }

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

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

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

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

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

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

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

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