#053960

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

Shades of Prussian Blue #053960

Tints of Prussian Blue #053960

Color information

#053960 (or 0x053960) is unknown color: approx Prussian Blue. HEX triplet: 05, 39 and 60. RGB value is (5,57,96). Sum of RGB (Red+Green+Blue) = 5+57+96=158 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.16% from 158); Green value is 57 (22.66% from 255 or 36.08% from 158); Blue value is 96 (37.89% from 255 or 60.76% from 158); Max value from RGB is 96 - color contains mainly: blue. Hex color #053960 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053960 is #FAC69F. Grayscale: #2D2D2D. Windows color (decimal): -16434848 or 6306053. OLE color: 6306053.

HSL color Cylindrical-coordinate representation of color #053960: hue angle of 205.71º 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 #053960 is Cyan = 0.95, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB55796-
CMYK0.950.4100.62
HSL205.71º90.1%19.8%-
HSV(B)205.71º94.79%37.65%-
XYZ3.643.811.61-
YUV45.9156.2798.83-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.16%
GREEN value IS 57 (22.66% from 255) = 36.08%
BLUE value IS 96 (37.89% from 255) = 60.76%
R=3.16%
G=36.08%
B=60.76%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal557960.950.4100.62205.7190.119.8
Hex539605F2903Ece5a14
Octal5711401375107631613224
Binary10111100111000001011111101001011111011001110101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053960; }

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

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

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

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

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

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

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

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