#053364

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

Shades of Prussian Blue #053364

Tints of Prussian Blue #053364

Color information

#053364 (or 0x053364) is unknown color: approx Prussian Blue. HEX triplet: 05, 33 and 64. RGB value is (5,51,100). Sum of RGB (Red+Green+Blue) = 5+51+100=156 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.21% from 156); Green value is 51 (20.31% from 255 or 32.69% from 156); Blue value is 100 (39.45% from 255 or 64.10% from 156); Max value from RGB is 100 - color contains mainly: blue. Hex color #053364 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053364 is #FACC9B. Grayscale: #2A2A2A. Windows color (decimal): -16436380 or 6566661. OLE color: 6566661.

HSL color Cylindrical-coordinate representation of color #053364: hue angle of 210.95º degrees, saturation: 0.9, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #053364 is Cyan = 0.95, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB551100-
CMYK0.950.4900.61
HSL210.95º90.48%20.59%-
HSV(B)210.95º95%39.22%-
XYZ3.553.3212.51-
YUV42.83160.26101.02-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.21%
GREEN value IS 51 (20.31% from 255) = 32.69%
BLUE value IS 100 (39.45% from 255) = 64.10%
R=3.21%
G=32.69%
B=64.10%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5511000.950.4900.61210.9590.4820.59
Hex533645F3103Dd35a15
Octal5631441376107532313225
Binary10111001111001001011111110001011110111010011101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053364; }

 p { color: rgb(5,51,100); }

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

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

 a { background-color: rgb(5,51,100); }

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

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

 span { border-color: rgb(5,51,100); }

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