#053266

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

Shades of Prussian Blue #053266

Tints of Prussian Blue #053266

Color information

#053266 (or 0x053266) is unknown color: approx Prussian Blue. HEX triplet: 05, 32 and 66. RGB value is (5,50,102). Sum of RGB (Red+Green+Blue) = 5+50+102=157 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.18% from 157); Green value is 50 (19.92% from 255 or 31.85% from 157); Blue value is 102 (40.23% from 255 or 64.97% from 157); Max value from RGB is 102 - color contains mainly: blue. Hex color #053266 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053266 is #FACD99. Grayscale: #2A2A2A. Windows color (decimal): -16436634 or 6697477. OLE color: 6697477.

HSL color Cylindrical-coordinate representation of color #053266: hue angle of 212.16º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #053266 is Cyan = 0.95, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB550102-
CMYK0.950.5100.6
HSL212.16º90.65%20.98%-
HSV(B)212.16º95.1%40%-
XYZ3.63.2713.01-
YUV42.47161.59101.27-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.18%
GREEN value IS 50 (19.92% from 255) = 31.85%
BLUE value IS 102 (40.23% from 255) = 64.97%
R=3.18%
G=31.85%
B=64.97%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal5501020.950.5100.6212.1690.6520.98
Hex532665F3303Cd45b15
Octal5621461376307432413325
Binary10111001011001101011111110011011110011010100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053266; }

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

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

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

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

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

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

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

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