#053555

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

Shades of Prussian Blue #053555

Tints of Prussian Blue #053555

Color information

#053555 (or 0x053555) is unknown color: approx Prussian Blue. HEX triplet: 05, 35 and 55. RGB value is (5,53,85). Sum of RGB (Red+Green+Blue) = 5+53+85=143 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.50% from 143); Green value is 53 (21.09% from 255 or 37.06% from 143); Blue value is 85 (33.59% from 255 or 59.44% from 143); Max value from RGB is 85 - color contains mainly: blue. Hex color #053555 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053555 is #FACAAA. Grayscale: #2A2A2A. Windows color (decimal): -16435883 or 5584133. OLE color: 5584133.

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

Color convert

RGB55385-
CMYK0.940.3800.67
HSL204º88.89%17.65%-
HSV(B)204º94.12%33.33%-
XYZ2.983.239.06-
YUV42.3152.1101.4-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.50%
GREEN value IS 53 (21.09% from 255) = 37.06%
BLUE value IS 85 (33.59% from 255) = 59.44%
R=3.50%
G=37.06%
B=59.44%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal553850.940.3800.6720488.8917.65
Hex535555E26043cc5912
Octal56512513646010331413122
Binary101110101101010110111101001100100001111001100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053555; }

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

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

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

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

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

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

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

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