#053265

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

Shades of Prussian Blue #053265

Tints of Prussian Blue #053265

Color information

#053265 (or 0x053265) is unknown color: approx Prussian Blue. HEX triplet: 05, 32 and 65. RGB value is (5,50,101). Sum of RGB (Red+Green+Blue) = 5+50+101=156 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.21% from 156); Green value is 50 (19.92% from 255 or 32.05% from 156); Blue value is 101 (39.84% from 255 or 64.74% from 156); Max value from RGB is 101 - color contains mainly: blue. Hex color #053265 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053265 is #FACD9A. Grayscale: #2A2A2A. Windows color (decimal): -16436635 or 6631941. OLE color: 6631941.

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

Color convert

RGB550101-
CMYK0.950.5000.60
HSL211.88º90.57%20.78%-
HSV(B)211.88º95.05%39.61%-
XYZ3.553.2512.75-
YUV42.36161.09101.35-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.21%
GREEN value IS 50 (19.92% from 255) = 32.05%
BLUE value IS 101 (39.84% from 255) = 64.74%
R=3.21%
G=32.05%
B=64.74%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal5501010.950.5000.60211.8890.5720.78
Hex532655F3203Cd45b15
Octal5621451376207432413325
Binary10111001011001011011111110010011110011010100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053265; }

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

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

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

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

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

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

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

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