#053E60

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

Shades of Prussian Blue #053E60

Tints of Prussian Blue #053E60

Color information

#053E60 (or 0x053E60) is unknown color: approx Prussian Blue. HEX triplet: 05, 3E and 60. RGB value is (5,62,96). Sum of RGB (Red+Green+Blue) = 5+62+96=163 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.07% from 163); Green value is 62 (24.61% from 255 or 38.04% from 163); Blue value is 96 (37.89% from 255 or 58.90% from 163); Max value from RGB is 96 - color contains mainly: blue. Hex color #053E60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053E60 is #FAC19F. Grayscale: #303030. Windows color (decimal): -16433568 or 6307333. OLE color: 6307333.

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

Color convert

RGB56296-
CMYK0.950.3500.62
HSL202.42º90.1%19.8%-
HSV(B)202.42º94.79%37.65%-
XYZ3.94.3211.7-
YUV48.83154.6296.74-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.07%
GREEN value IS 62 (24.61% from 255) = 38.04%
BLUE value IS 96 (37.89% from 255) = 58.90%
R=3.07%
G=38.04%
B=58.90%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal562960.950.3500.62202.4290.119.8
Hex53E605F2303Eca5a14
Octal5761401374307631213224
Binary10111111011000001011111100011011111011001010101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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