#053455

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

Shades of Prussian Blue #053455

Tints of Prussian Blue #053455

Color information

#053455 (or 0x053455) is unknown color: approx Prussian Blue. HEX triplet: 05, 34 and 55. RGB value is (5,52,85). Sum of RGB (Red+Green+Blue) = 5+52+85=142 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.52% from 142); Green value is 52 (20.70% from 255 or 36.62% from 142); Blue value is 85 (33.59% from 255 or 59.86% from 142); Max value from RGB is 85 - color contains mainly: blue. Hex color #053455 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053455 is #FACBAA. Grayscale: #292929. Windows color (decimal): -16436139 or 5583877. OLE color: 5583877.

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

Color convert

RGB55285-
CMYK0.940.3900.67
HSL204.75º88.89%17.65%-
HSV(B)204.75º94.12%33.33%-
XYZ2.933.149.05-
YUV41.71152.43101.82-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.52%
GREEN value IS 52 (20.70% from 255) = 36.62%
BLUE value IS 85 (33.59% from 255) = 59.86%
R=3.52%
G=36.62%
B=59.86%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal552850.940.3900.67204.7588.8917.65
Hex534555E27043cd5912
Octal56412513647010331513122
Binary101110100101010110111101001110100001111001101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053455; }

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

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

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

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

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

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

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

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