#053162

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

Shades of Prussian Blue #053162

Tints of Prussian Blue #053162

Color information

#053162 (or 0x053162) is unknown color: approx Prussian Blue. HEX triplet: 05, 31 and 62. RGB value is (5,49,98). Sum of RGB (Red+Green+Blue) = 5+49+98=152 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.29% from 152); Green value is 49 (19.53% from 255 or 32.24% from 152); Blue value is 98 (38.67% from 255 or 64.47% from 152); Max value from RGB is 98 - color contains mainly: blue. Hex color #053162 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053162 is #FACE9D. Grayscale: #292929. Windows color (decimal): -16436894 or 6435077. OLE color: 6435077.

HSL color Cylindrical-coordinate representation of color #053162: hue angle of 211.61º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #053162 is Cyan = 0.95, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB54998-
CMYK0.950.500.62
HSL211.61º90.29%20.2%-
HSV(B)211.61º94.9%38.43%-
XYZ3.373.1111.98-
YUV41.43159.92102.02-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.29%
GREEN value IS 49 (19.53% from 255) = 32.24%
BLUE value IS 98 (38.67% from 255) = 64.47%
R=3.29%
G=32.24%
B=64.47%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal549980.950.500.62211.6190.2920.2
Hex531625F3203Ed45a14
Octal5611421376207632413224
Binary10111000111000101011111110010011111011010100101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053162; }

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

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

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

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

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

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

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

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