#053C6F

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

Shades of Prussian Blue #053C6F

Tints of Prussian Blue #053C6F

Color information

#053C6F (or 0x053C6F) is unknown color: approx Prussian Blue. HEX triplet: 05, 3C and 6F. RGB value is (5,60,111). Sum of RGB (Red+Green+Blue) = 5+60+111=176 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.84% from 176); Green value is 60 (23.83% from 255 or 34.09% from 176); Blue value is 111 (43.75% from 255 or 63.07% from 176); Max value from RGB is 111 - color contains mainly: blue. Hex color #053C6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053C6F is #FAC390. Grayscale: #313131. Windows color (decimal): -16434065 or 7289861. OLE color: 7289861.

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

Color convert

RGB560111-
CMYK0.950.4600.56
HSL208.87º91.38%22.75%-
HSV(B)208.87º95.5%43.53%-
XYZ4.554.4115.65-
YUV49.37162.7896.35-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.84%
GREEN value IS 60 (23.83% from 255) = 34.09%
BLUE value IS 111 (43.75% from 255) = 63.07%
R=2.84%
G=34.09%
B=63.07%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5601110.950.4600.56208.8791.3822.75
Hex53C6F5F2E038d15b17
Octal5741571375607032113327
Binary10111110011011111011111101110011100011010001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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