#053C5A

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

Shades of Prussian Blue #053C5A

Tints of Prussian Blue #053C5A

Color information

#053C5A (or 0x053C5A) is unknown color: approx Prussian Blue. HEX triplet: 05, 3C and 5A. RGB value is (5,60,90). Sum of RGB (Red+Green+Blue) = 5+60+90=155 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.23% from 155); Green value is 60 (23.83% from 255 or 38.71% from 155); Blue value is 90 (35.55% from 255 or 58.06% from 155); Max value from RGB is 90 - color contains mainly: blue. Hex color #053C5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053C5A is #FAC3A5. Grayscale: #2E2E2E. Windows color (decimal): -16434086 or 5913605. OLE color: 5913605.

HSL color Cylindrical-coordinate representation of color #053C5A: hue angle of 201.18º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #053C5A is Cyan = 0.94, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB56090-
CMYK0.940.3300.65
HSL201.18º89.47%18.63%-
HSV(B)201.18º94.44%35.29%-
XYZ3.52410.26-
YUV46.97152.2898.06-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.23%
GREEN value IS 60 (23.83% from 255) = 38.71%
BLUE value IS 90 (35.55% from 255) = 58.06%
R=3.23%
G=38.71%
B=58.06%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal560900.940.3300.65201.1889.4718.63
Hex53C5A5E21041c95913
Octal57413213641010131113123
Binary101111100101101010111101000010100000111001001101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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