#053253

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

Shades of Prussian Blue #053253

Tints of Prussian Blue #053253

Color information

#053253 (or 0x053253) is unknown color: approx Prussian Blue. HEX triplet: 05, 32 and 53. RGB value is (5,50,83). Sum of RGB (Red+Green+Blue) = 5+50+83=138 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.62% from 138); Green value is 50 (19.92% from 255 or 36.23% from 138); Blue value is 83 (32.81% from 255 or 60.14% from 138); Max value from RGB is 83 - color contains mainly: blue. Hex color #053253 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053253 is #FACDAC. Grayscale: #282828. Windows color (decimal): -16436653 or 5452293. OLE color: 5452293.

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

Color convert

RGB55083-
CMYK0.940.4000.67
HSL205.38º88.64%17.25%-
HSV(B)205.38º93.98%32.55%-
XYZ2.762.948.6-
YUV40.31152.09102.82-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.62%
GREEN value IS 50 (19.92% from 255) = 36.23%
BLUE value IS 83 (32.81% from 255) = 60.14%
R=3.62%
G=36.23%
B=60.14%

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
Decimal550830.940.4000.67205.3888.6417.25
Hex532535E28043cd5911
Octal56212313650010331513121
Binary101110010101001110111101010000100001111001101101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053253; }

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

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

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

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

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

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

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

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