#053260

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

Shades of Prussian Blue #053260

Tints of Prussian Blue #053260

Color information

#053260 (or 0x053260) is unknown color: approx Prussian Blue. HEX triplet: 05, 32 and 60. RGB value is (5,50,96). Sum of RGB (Red+Green+Blue) = 5+50+96=151 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.31% from 151); Green value is 50 (19.92% from 255 or 33.11% from 151); Blue value is 96 (37.89% from 255 or 63.58% from 151); Max value from RGB is 96 - color contains mainly: blue. Hex color #053260 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053260 is #FACD9F. Grayscale: #292929. Windows color (decimal): -16436640 or 6304261. OLE color: 6304261.

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

Color convert

RGB55096-
CMYK0.950.4800.62
HSL210.33º90.1%19.8%-
HSV(B)210.33º94.79%37.65%-
XYZ3.313.1611.5-
YUV41.79158.59101.76-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.31%
GREEN value IS 50 (19.92% from 255) = 33.11%
BLUE value IS 96 (37.89% from 255) = 63.58%
R=3.31%
G=33.11%
B=63.58%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal550960.950.4800.62210.3390.119.8
Hex532605F3003Ed25a14
Octal5621401376007632213224
Binary10111001011000001011111110000011111011010010101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053260; }

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

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

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

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

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

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

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

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