#053C60

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

Shades of Prussian Blue #053C60

Tints of Prussian Blue #053C60

Color information

#053C60 (or 0x053C60) is unknown color: approx Prussian Blue. HEX triplet: 05, 3C and 60. RGB value is (5,60,96). Sum of RGB (Red+Green+Blue) = 5+60+96=161 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.11% from 161); Green value is 60 (23.83% from 255 or 37.27% from 161); Blue value is 96 (37.89% from 255 or 59.63% from 161); Max value from RGB is 96 - color contains mainly: blue. Hex color #053C60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053C60 is #FAC39F. Grayscale: #2F2F2F. Windows color (decimal): -16434080 or 6306821. OLE color: 6306821.

HSL color Cylindrical-coordinate representation of color #053C60: hue angle of 203.74º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #053C60 is Cyan = 0.95, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB56096-
CMYK0.950.3800.62
HSL203.74º90.1%19.8%-
HSV(B)203.74º94.79%37.65%-
XYZ3.794.1111.66-
YUV47.66155.2897.57-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.11%
GREEN value IS 60 (23.83% from 255) = 37.27%
BLUE value IS 96 (37.89% from 255) = 59.63%
R=3.11%
G=37.27%
B=59.63%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal560960.950.3800.62203.7490.119.8
Hex53C605F2603Ecc5a14
Octal5741401374607631413224
Binary10111110011000001011111100110011111011001100101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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