#053569

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

Shades of Prussian Blue #053569

Tints of Prussian Blue #053569

Color information

#053569 (or 0x053569) is unknown color: approx Prussian Blue. HEX triplet: 05, 35 and 69. RGB value is (5,53,105). Sum of RGB (Red+Green+Blue) = 5+53+105=163 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.07% from 163); Green value is 53 (21.09% from 255 or 32.52% from 163); Blue value is 105 (41.41% from 255 or 64.42% from 163); Max value from RGB is 105 - color contains mainly: blue. Hex color #053569 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053569 is #FACA96. Grayscale: #2C2C2C. Windows color (decimal): -16435863 or 6894853. OLE color: 6894853.

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

Color convert

RGB553105-
CMYK0.950.5000.59
HSL211.2º90.91%21.57%-
HSV(B)211.2º95.24%41.18%-
XYZ3.893.613.85-
YUV44.58162.199.77-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.07%
GREEN value IS 53 (21.09% from 255) = 32.52%
BLUE value IS 105 (41.41% from 255) = 64.42%
R=3.07%
G=32.52%
B=64.42%

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
Decimal5531050.950.5000.59211.290.9121.57
Hex535695F3203Bd35b16
Octal5651511376207332313326
Binary10111010111010011011111110010011101111010011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053569; }

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

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

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

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

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

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

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

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