#053C6E

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

Shades of Prussian Blue #053C6E

Tints of Prussian Blue #053C6E

Color information

#053C6E (or 0x053C6E) is unknown color: approx Prussian Blue. HEX triplet: 05, 3C and 6E. RGB value is (5,60,110). Sum of RGB (Red+Green+Blue) = 5+60+110=175 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.86% from 175); Green value is 60 (23.83% from 255 or 34.29% from 175); Blue value is 110 (43.36% from 255 or 62.86% from 175); Max value from RGB is 110 - color contains mainly: blue. Hex color #053C6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053C6E is #FAC391. Grayscale: #313131. Windows color (decimal): -16434066 or 7224325. OLE color: 7224325.

HSL color Cylindrical-coordinate representation of color #053C6E: hue angle of 208.57º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #053C6E is Cyan = 0.95, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB560110-
CMYK0.950.4500.57
HSL208.57º91.3%22.55%-
HSV(B)208.57º95.45%43.14%-
XYZ4.494.3915.36-
YUV49.26162.2896.43-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.86%
GREEN value IS 60 (23.83% from 255) = 34.29%
BLUE value IS 110 (43.36% from 255) = 62.86%
R=2.86%
G=34.29%
B=62.86%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal5601100.950.4500.57208.5791.322.55
Hex53C6E5F2D039d15b17
Octal5741561375507132113327
Binary10111110011011101011111101101011100111010001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,60,110); }

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

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

 a { background-color: rgb(5,60,110); }

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

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

 span { border-color: rgb(5,60,110); }

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