#053355

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

Shades of Prussian Blue #053355

Tints of Prussian Blue #053355

Color information

#053355 (or 0x053355) is unknown color: approx Prussian Blue. HEX triplet: 05, 33 and 55. RGB value is (5,51,85). Sum of RGB (Red+Green+Blue) = 5+51+85=141 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.55% from 141); Green value is 51 (20.31% from 255 or 36.17% from 141); Blue value is 85 (33.59% from 255 or 60.28% from 141); Max value from RGB is 85 - color contains mainly: blue. Hex color #053355 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053355 is #FACCAA. Grayscale: #282828. Windows color (decimal): -16436395 or 5583621. OLE color: 5583621.

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

Color convert

RGB55185-
CMYK0.940.4000.67
HSL205.5º88.89%17.65%-
HSV(B)205.5º94.12%33.33%-
XYZ2.893.069.03-
YUV41.12152.76102.24-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.55%
GREEN value IS 51 (20.31% from 255) = 36.17%
BLUE value IS 85 (33.59% from 255) = 60.28%
R=3.55%
G=36.17%
B=60.28%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal551850.940.4000.67205.588.8917.65
Hex533555E28043ce5912
Octal56312513650010331613122
Binary101110011101010110111101010000100001111001110101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053355; }

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

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

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

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

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

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

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

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