#053661

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

Shades of Prussian Blue #053661

Tints of Prussian Blue #053661

Color information

#053661 (or 0x053661) is unknown color: approx Prussian Blue. HEX triplet: 05, 36 and 61. RGB value is (5,54,97). Sum of RGB (Red+Green+Blue) = 5+54+97=156 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.21% from 156); Green value is 54 (21.48% from 255 or 34.62% from 156); Blue value is 97 (38.28% from 255 or 62.18% from 156); Max value from RGB is 97 - color contains mainly: blue. Hex color #053661 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053661 is #FAC99E. Grayscale: #2C2C2C. Windows color (decimal): -16435615 or 6370821. OLE color: 6370821.

HSL color Cylindrical-coordinate representation of color #053661: hue angle of 208.04º 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 #053661 is Cyan = 0.95, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB55497-
CMYK0.950.4400.62
HSL208.04º90.2%20%-
HSV(B)208.04º94.85%38.04%-
XYZ3.543.5311.8-
YUV44.25157.77100-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.21%
GREEN value IS 54 (21.48% from 255) = 34.62%
BLUE value IS 97 (38.28% from 255) = 62.18%
R=3.21%
G=34.62%
B=62.18%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal554970.950.4400.62208.0490.220
Hex536615F2C03Ed05a14
Octal5661411375407632013224
Binary10111011011000011011111101100011111011010000101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053661; }

 p { color: rgb(5,54,97); }

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

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

 a { background-color: rgb(5,54,97); }

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

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

 span { border-color: rgb(5,54,97); }

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