#053955

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

Shades of Prussian Blue #053955

Tints of Prussian Blue #053955

Color information

#053955 (or 0x053955) is unknown color: approx Prussian Blue. HEX triplet: 05, 39 and 55. RGB value is (5,57,85). Sum of RGB (Red+Green+Blue) = 5+57+85=147 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.40% from 147); Green value is 57 (22.66% from 255 or 38.78% from 147); Blue value is 85 (33.59% from 255 or 57.82% from 147); Max value from RGB is 85 - color contains mainly: blue. Hex color #053955 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053955 is #FAC6AA. Grayscale: #2C2C2C. Windows color (decimal): -16434859 or 5585157. OLE color: 5585157.

HSL color Cylindrical-coordinate representation of color #053955: hue angle of 201º 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 #053955 is Cyan = 0.94, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB55785-
CMYK0.940.3300.67
HSL201º88.89%17.65%-
HSV(B)201º94.12%33.33%-
XYZ3.173.619.13-
YUV44.64150.7799.72-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.40%
GREEN value IS 57 (22.66% from 255) = 38.78%
BLUE value IS 85 (33.59% from 255) = 57.82%
R=3.40%
G=38.78%
B=57.82%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal557850.940.3300.6720188.8917.65
Hex539555E21043c95912
Octal57112513641010331113122
Binary101111001101010110111101000010100001111001001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053955; }

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

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

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

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

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

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

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

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