#053475

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

Shades of Prussian Blue #053475

Tints of Prussian Blue #053475

Color information

#053475 (or 0x053475) is unknown color: approx Prussian Blue. HEX triplet: 05, 34 and 75. RGB value is (5,52,117). Sum of RGB (Red+Green+Blue) = 5+52+117=174 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.87% from 174); Green value is 52 (20.70% from 255 or 29.89% from 174); Blue value is 117 (46.09% from 255 or 67.24% from 174); Max value from RGB is 117 - color contains mainly: blue. Hex color #053475 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053475 is #FACB8A. Grayscale: #2D2D2D. Windows color (decimal): -16436107 or 7681029. OLE color: 7681029.

HSL color Cylindrical-coordinate representation of color #053475: hue angle of 214.82º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #053475 is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB552117-
CMYK0.960.5600.54
HSL214.82º91.8%23.92%-
HSV(B)214.82º95.73%45.88%-
XYZ4.53.7717.32-
YUV45.36168.4399.21-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.87%
GREEN value IS 52 (20.70% from 255) = 29.89%
BLUE value IS 117 (46.09% from 255) = 67.24%
R=2.87%
G=29.89%
B=67.24%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5521170.960.5600.54214.8291.823.92
Hex534756038036d75c18
Octal5641651407006632713430
Binary10111010011101011100000111000011011011010111101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053475; }

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

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

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

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

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

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

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

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