#053156

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

Shades of Prussian Blue #053156

Tints of Prussian Blue #053156

Color information

#053156 (or 0x053156) is unknown color: approx Prussian Blue. HEX triplet: 05, 31 and 56. RGB value is (5,49,86). Sum of RGB (Red+Green+Blue) = 5+49+86=140 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.57% from 140); Green value is 49 (19.53% from 255 or 35% from 140); Blue value is 86 (33.98% from 255 or 61.43% from 140); Max value from RGB is 86 - color contains mainly: blue. Hex color #053156 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053156 is #FACEA9. Grayscale: #272727. Windows color (decimal): -16436906 or 5648645. OLE color: 5648645.

HSL color Cylindrical-coordinate representation of color #053156: hue angle of 207.41º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #053156 is Cyan = 0.94, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB54986-
CMYK0.940.4300.66
HSL207.41º89.01%17.84%-
HSV(B)207.41º94.19%33.73%-
XYZ2.842.99.21-
YUV40.06153.92102.99-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.57%
GREEN value IS 49 (19.53% from 255) = 35%
BLUE value IS 86 (33.98% from 255) = 61.43%
R=3.57%
G=35%
B=61.43%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal549860.940.4300.66207.4189.0117.84
Hex531565E2B042cf5912
Octal56112613653010231713122
Binary101110001101011010111101010110100001011001111101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053156; }

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

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

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

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

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

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

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

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