#053860

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

Shades of Prussian Blue #053860

Tints of Prussian Blue #053860

Color information

#053860 (or 0x053860) is unknown color: approx Prussian Blue. HEX triplet: 05, 38 and 60. RGB value is (5,56,96). Sum of RGB (Red+Green+Blue) = 5+56+96=157 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.18% from 157); Green value is 56 (22.27% from 255 or 35.67% from 157); Blue value is 96 (37.89% from 255 or 61.15% from 157); Max value from RGB is 96 - color contains mainly: blue. Hex color #053860 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053860 is #FAC79F. Grayscale: #2D2D2D. Windows color (decimal): -16435104 or 6305797. OLE color: 6305797.

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

Color convert

RGB55696-
CMYK0.950.4200.62
HSL206.37º90.1%19.8%-
HSV(B)206.37º94.79%37.65%-
XYZ3.593.7111.59-
YUV45.31156.699.25-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.18%
GREEN value IS 56 (22.27% from 255) = 35.67%
BLUE value IS 96 (37.89% from 255) = 61.15%
R=3.18%
G=35.67%
B=61.15%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal556960.950.4200.62206.3790.119.8
Hex538605F2A03Ece5a14
Octal5701401375207631613224
Binary10111100011000001011111101010011111011001110101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053860; }

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

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

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

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

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

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

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

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