#053460

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

Shades of Prussian Blue #053460

Tints of Prussian Blue #053460

Color information

#053460 (or 0x053460) is unknown color: approx Prussian Blue. HEX triplet: 05, 34 and 60. RGB value is (5,52,96). Sum of RGB (Red+Green+Blue) = 5+52+96=153 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.27% from 153); Green value is 52 (20.70% from 255 or 33.99% from 153); Blue value is 96 (37.89% from 255 or 62.75% from 153); Max value from RGB is 96 - color contains mainly: blue. Hex color #053460 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053460 is #FACB9F. Grayscale: #2A2A2A. Windows color (decimal): -16436128 or 6304773. OLE color: 6304773.

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

Color convert

RGB55296-
CMYK0.950.4600.62
HSL209.01º90.1%19.8%-
HSV(B)209.01º94.79%37.65%-
XYZ3.43.3311.53-
YUV42.96157.93100.92-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.27%
GREEN value IS 52 (20.70% from 255) = 33.99%
BLUE value IS 96 (37.89% from 255) = 62.75%
R=3.27%
G=33.99%
B=62.75%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal552960.950.4600.62209.0190.119.8
Hex534605F2E03Ed15a14
Octal5641401375607632113224
Binary10111010011000001011111101110011111011010001101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053460; }

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

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

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

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

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

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

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

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