#053561

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

Shades of Prussian Blue #053561

Tints of Prussian Blue #053561

Color information

#053561 (or 0x053561) is unknown color: approx Prussian Blue. HEX triplet: 05, 35 and 61. RGB value is (5,53,97). Sum of RGB (Red+Green+Blue) = 5+53+97=155 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.23% from 155); Green value is 53 (21.09% from 255 or 34.19% from 155); Blue value is 97 (38.28% from 255 or 62.58% from 155); Max value from RGB is 97 - color contains mainly: blue. Hex color #053561 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053561 is #FACA9E. Grayscale: #2B2B2B. Windows color (decimal): -16435871 or 6370565. OLE color: 6370565.

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

Color convert

RGB55397-
CMYK0.950.4500.62
HSL208.7º90.2%20%-
HSV(B)208.7º94.85%38.04%-
XYZ3.493.4411.79-
YUV43.66158.1100.42-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.23%
GREEN value IS 53 (21.09% from 255) = 34.19%
BLUE value IS 97 (38.28% from 255) = 62.58%
R=3.23%
G=34.19%
B=62.58%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal553970.950.4500.62208.790.220
Hex535615F2D03Ed15a14
Octal5651411375507632113224
Binary10111010111000011011111101101011111011010001101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053561; }

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

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

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

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

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

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

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

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