#053E69

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

Shades of Prussian Blue #053E69

Tints of Prussian Blue #053E69

Color information

#053E69 (or 0x053E69) is unknown color: approx Prussian Blue. HEX triplet: 05, 3E and 69. RGB value is (5,62,105). Sum of RGB (Red+Green+Blue) = 5+62+105=172 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.91% from 172); Green value is 62 (24.61% from 255 or 36.05% from 172); Blue value is 105 (41.41% from 255 or 61.05% from 172); Max value from RGB is 105 - color contains mainly: blue. Hex color #053E69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053E69 is #FAC196. Grayscale: #313131. Windows color (decimal): -16433559 or 6897157. OLE color: 6897157.

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

Color convert

RGB562105-
CMYK0.950.4100.59
HSL205.8º90.91%21.57%-
HSV(B)205.8º95.24%41.18%-
XYZ4.344.514-
YUV49.86159.1296-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.91%
GREEN value IS 62 (24.61% from 255) = 36.05%
BLUE value IS 105 (41.41% from 255) = 61.05%
R=2.91%
G=36.05%
B=61.05%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5621050.950.4100.59205.890.9121.57
Hex53E695F2903Bce5b16
Octal5761511375107331613326
Binary10111111011010011011111101001011101111001110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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