#053D61

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

Shades of Prussian Blue #053D61

Tints of Prussian Blue #053D61

Color information

#053D61 (or 0x053D61) is unknown color: approx Prussian Blue. HEX triplet: 05, 3D and 61. RGB value is (5,61,97). Sum of RGB (Red+Green+Blue) = 5+61+97=163 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.07% from 163); Green value is 61 (24.22% from 255 or 37.42% from 163); Blue value is 97 (38.28% from 255 or 59.51% from 163); Max value from RGB is 97 - color contains mainly: blue. Hex color #053D61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053D61 is #FAC29E. Grayscale: #303030. Windows color (decimal): -16433823 or 6372613. OLE color: 6372613.

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

Color convert

RGB56197-
CMYK0.950.3700.62
HSL203.48º90.2%20%-
HSV(B)203.48º94.85%38.04%-
XYZ3.894.2311.92-
YUV48.36155.4597.07-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.07%
GREEN value IS 61 (24.22% from 255) = 37.42%
BLUE value IS 97 (38.28% from 255) = 59.51%
R=3.07%
G=37.42%
B=59.51%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal561970.950.3700.62203.4890.220
Hex53D615F2503Ecb5a14
Octal5751411374507631313224
Binary10111110111000011011111100101011111011001011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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