#053359

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

Shades of Prussian Blue #053359

Tints of Prussian Blue #053359

Color information

#053359 (or 0x053359) is unknown color: approx Prussian Blue. HEX triplet: 05, 33 and 59. RGB value is (5,51,89). Sum of RGB (Red+Green+Blue) = 5+51+89=145 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.45% from 145); Green value is 51 (20.31% from 255 or 35.17% from 145); Blue value is 89 (35.16% from 255 or 61.38% from 145); Max value from RGB is 89 - color contains mainly: blue. Hex color #053359 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053359 is #FACCA6. Grayscale: #292929. Windows color (decimal): -16436391 or 5845765. OLE color: 5845765.

HSL color Cylindrical-coordinate representation of color #053359: hue angle of 207.14º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #053359 is Cyan = 0.94, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB55189-
CMYK0.940.4300.65
HSL207.14º89.36%18.43%-
HSV(B)207.14º94.38%34.9%-
XYZ3.053.129.89-
YUV41.58154.76101.91-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.45%
GREEN value IS 51 (20.31% from 255) = 35.17%
BLUE value IS 89 (35.16% from 255) = 61.38%
R=3.45%
G=35.17%
B=61.38%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal551890.940.4300.65207.1489.3618.43
Hex533595E2B041cf5912
Octal56313113653010131713122
Binary101110011101100110111101010110100000111001111101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053359; }

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

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

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

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

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

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

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

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