#053A61

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

Shades of Prussian Blue #053A61

Tints of Prussian Blue #053A61

Color information

#053A61 (or 0x053A61) is unknown color: approx Prussian Blue. HEX triplet: 05, 3A and 61. RGB value is (5,58,97). Sum of RGB (Red+Green+Blue) = 5+58+97=160 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.12% from 160); Green value is 58 (23.05% from 255 or 36.25% from 160); Blue value is 97 (38.28% from 255 or 60.62% from 160); Max value from RGB is 97 - color contains mainly: blue. Hex color #053A61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053A61 is #FAC59E. Grayscale: #2E2E2E. Windows color (decimal): -16434591 or 6371845. OLE color: 6371845.

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

Color convert

RGB55897-
CMYK0.950.4000.62
HSL205.43º90.2%20%-
HSV(B)205.43º94.85%38.04%-
XYZ3.733.9211.87-
YUV46.6156.4498.33-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.12%
GREEN value IS 58 (23.05% from 255) = 36.25%
BLUE value IS 97 (38.28% from 255) = 60.62%
R=3.12%
G=36.25%
B=60.62%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal558970.950.4000.62205.4390.220
Hex53A615F2803Ecd5a14
Octal5721411375007631513224
Binary10111101011000011011111101000011111011001101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053A61; }

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

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

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

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

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

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

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

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