#053775

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

Shades of Prussian Blue #053775

Tints of Prussian Blue #053775

Color information

#053775 (or 0x053775) is unknown color: approx Prussian Blue. HEX triplet: 05, 37 and 75. RGB value is (5,55,117). Sum of RGB (Red+Green+Blue) = 5+55+117=177 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.82% from 177); Green value is 55 (21.88% from 255 or 31.07% from 177); Blue value is 117 (46.09% from 255 or 66.10% from 177); Max value from RGB is 117 - color contains mainly: blue. Hex color #053775 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053775 is #FAC88A. Grayscale: #2E2E2E. Windows color (decimal): -16435339 or 7681797. OLE color: 7681797.

HSL color Cylindrical-coordinate representation of color #053775: hue angle of 213.21º 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 #053775 is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB555117-
CMYK0.960.5300.54
HSL213.21º91.8%23.92%-
HSV(B)213.21º95.73%45.88%-
XYZ4.644.0517.37-
YUV47.12167.4497.96-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.82%
GREEN value IS 55 (21.88% from 255) = 31.07%
BLUE value IS 117 (46.09% from 255) = 66.10%
R=2.82%
G=31.07%
B=66.10%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5551170.960.5300.54213.2191.823.92
Hex537756035036d55c18
Octal5671651406506632513430
Binary10111011111101011100000110101011011011010101101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053775; }

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

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

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

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

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

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

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

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