#053469

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

Shades of Prussian Blue #053469

Tints of Prussian Blue #053469

Color information

#053469 (or 0x053469) is unknown color: approx Prussian Blue. HEX triplet: 05, 34 and 69. RGB value is (5,52,105). Sum of RGB (Red+Green+Blue) = 5+52+105=162 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.09% from 162); Green value is 52 (20.70% from 255 or 32.10% from 162); Blue value is 105 (41.41% from 255 or 64.81% from 162); Max value from RGB is 105 - color contains mainly: blue. Hex color #053469 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053469 is #FACB96. Grayscale: #2B2B2B. Windows color (decimal): -16436119 or 6894597. OLE color: 6894597.

HSL color Cylindrical-coordinate representation of color #053469: hue angle of 211.8º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #053469 is Cyan = 0.95, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB552105-
CMYK0.950.5000.59
HSL211.8º90.91%21.57%-
HSV(B)211.8º95.24%41.18%-
XYZ3.843.5113.84-
YUV43.99162.43100.19-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.09%
GREEN value IS 52 (20.70% from 255) = 32.10%
BLUE value IS 105 (41.41% from 255) = 64.81%
R=3.09%
G=32.10%
B=64.81%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5521050.950.5000.59211.890.9121.57
Hex534695F3203Bd45b16
Octal5641511376207332413326
Binary10111010011010011011111110010011101111010100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053469; }

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

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

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

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

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

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

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

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