#053763

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

Shades of Prussian Blue #053763

Tints of Prussian Blue #053763

Color information

#053763 (or 0x053763) is unknown color: approx Prussian Blue. HEX triplet: 05, 37 and 63. RGB value is (5,55,99). Sum of RGB (Red+Green+Blue) = 5+55+99=159 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.14% from 159); Green value is 55 (21.88% from 255 or 34.59% from 159); Blue value is 99 (39.06% from 255 or 62.26% from 159); Max value from RGB is 99 - color contains mainly: blue. Hex color #053763 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053763 is #FAC89C. Grayscale: #2C2C2C. Windows color (decimal): -16435357 or 6502149. OLE color: 6502149.

HSL color Cylindrical-coordinate representation of color #053763: hue angle of 208.09º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #053763 is Cyan = 0.95, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB55599-
CMYK0.950.4400.61
HSL208.09º90.38%20.39%-
HSV(B)208.09º94.95%38.82%-
XYZ3.683.6712.32-
YUV45.07158.4499.42-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.14%
GREEN value IS 55 (21.88% from 255) = 34.59%
BLUE value IS 99 (39.06% from 255) = 62.26%
R=3.14%
G=34.59%
B=62.26%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal555990.950.4400.61208.0990.3820.39
Hex537635F2C03Dd05a14
Octal5671431375407532013224
Binary10111011111000111011111101100011110111010000101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053763; }

 p { color: rgb(5,55,99); }

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

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

 a { background-color: rgb(5,55,99); }

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

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

 span { border-color: rgb(5,55,99); }

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