#053255

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

Shades of Prussian Blue #053255

Tints of Prussian Blue #053255

Color information

#053255 (or 0x053255) is unknown color: approx Prussian Blue. HEX triplet: 05, 32 and 55. RGB value is (5,50,85). Sum of RGB (Red+Green+Blue) = 5+50+85=140 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.57% from 140); Green value is 50 (19.92% from 255 or 35.71% from 140); Blue value is 85 (33.59% from 255 or 60.71% from 140); Max value from RGB is 85 - color contains mainly: blue. Hex color #053255 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053255 is #FACDAA. Grayscale: #282828. Windows color (decimal): -16436651 or 5583365. OLE color: 5583365.

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

Color convert

RGB55085-
CMYK0.940.4100.67
HSL206.25º88.89%17.65%-
HSV(B)206.25º94.12%33.33%-
XYZ2.842.979.02-
YUV40.53153.09102.65-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.57%
GREEN value IS 50 (19.92% from 255) = 35.71%
BLUE value IS 85 (33.59% from 255) = 60.71%
R=3.57%
G=35.71%
B=60.71%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal550850.940.4100.67206.2588.8917.65
Hex532555E29043ce5912
Octal56212513651010331613122
Binary101110010101010110111101010010100001111001110101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053255; }

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

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

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

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

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

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

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

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