#053E68

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

Shades of Prussian Blue #053E68

Tints of Prussian Blue #053E68

Color information

#053E68 (or 0x053E68) is unknown color: approx Prussian Blue. HEX triplet: 05, 3E and 68. RGB value is (5,62,104). Sum of RGB (Red+Green+Blue) = 5+62+104=171 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.92% from 171); Green value is 62 (24.61% from 255 or 36.26% from 171); Blue value is 104 (41.02% from 255 or 60.82% from 171); Max value from RGB is 104 - color contains mainly: blue. Hex color #053E68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053E68 is #FAC197. Grayscale: #313131. Windows color (decimal): -16433560 or 6831621. OLE color: 6831621.

HSL color Cylindrical-coordinate representation of color #053E68: hue angle of 205.45º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #053E68 is Cyan = 0.95, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB562104-
CMYK0.950.4000.59
HSL205.45º90.83%21.37%-
HSV(B)205.45º95.19%40.78%-
XYZ4.284.4813.74-
YUV49.74158.6296.08-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.92%
GREEN value IS 62 (24.61% from 255) = 36.26%
BLUE value IS 104 (41.02% from 255) = 60.82%
R=2.92%
G=36.26%
B=60.82%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5621040.950.4000.59205.4590.8321.37
Hex53E685F2803Bcd5b15
Octal5761501375007331513325
Binary10111111011010001011111101000011101111001101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,62,104); }

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

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

 a { background-color: rgb(5,62,104); }

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

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

 span { border-color: rgb(5,62,104); }

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