#053760

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

Shades of Prussian Blue #053760

Tints of Prussian Blue #053760

Color information

#053760 (or 0x053760) is unknown color: approx Prussian Blue. HEX triplet: 05, 37 and 60. RGB value is (5,55,96). Sum of RGB (Red+Green+Blue) = 5+55+96=156 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.21% from 156); Green value is 55 (21.88% from 255 or 35.26% from 156); Blue value is 96 (37.89% from 255 or 61.54% from 156); Max value from RGB is 96 - color contains mainly: blue. Hex color #053760 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053760 is #FAC89F. Grayscale: #2C2C2C. Windows color (decimal): -16435360 or 6305541. OLE color: 6305541.

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

Color convert

RGB55596-
CMYK0.950.4300.62
HSL207.03º90.1%19.8%-
HSV(B)207.03º94.79%37.65%-
XYZ3.543.6111.58-
YUV44.72156.9499.67-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.21%
GREEN value IS 55 (21.88% from 255) = 35.26%
BLUE value IS 96 (37.89% from 255) = 61.54%
R=3.21%
G=35.26%
B=61.54%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal555960.950.4300.62207.0390.119.8
Hex537605F2B03Ecf5a14
Octal5671401375307631713224
Binary10111011111000001011111101011011111011001111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053760; }

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

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

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

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

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

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

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

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