#053E67

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

Shades of Prussian Blue #053E67

Tints of Prussian Blue #053E67

Color information

#053E67 (or 0x053E67) is unknown color: approx Prussian Blue. HEX triplet: 05, 3E and 67. RGB value is (5,62,103). Sum of RGB (Red+Green+Blue) = 5+62+103=170 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.94% from 170); Green value is 62 (24.61% from 255 or 36.47% from 170); Blue value is 103 (40.62% from 255 or 60.59% from 170); Max value from RGB is 103 - color contains mainly: blue. Hex color #053E67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053E67 is #FAC198. Grayscale: #313131. Windows color (decimal): -16433561 or 6766085. OLE color: 6766085.

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

Color convert

RGB562103-
CMYK0.950.4000.60
HSL205.1º90.74%21.18%-
HSV(B)205.1º95.15%40.39%-
XYZ4.234.4613.47-
YUV49.63158.1296.17-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.94%
GREEN value IS 62 (24.61% from 255) = 36.47%
BLUE value IS 103 (40.62% from 255) = 60.59%
R=2.94%
G=36.47%
B=60.59%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal5621030.950.4000.60205.190.7421.18
Hex53E675F2803Ccd5b15
Octal5761471375007431513325
Binary10111111011001111011111101000011110011001101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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