#053F63

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

Shades of Prussian Blue #053F63

Tints of Prussian Blue #053F63

Color information

#053F63 (or 0x053F63) is unknown color: approx Prussian Blue. HEX triplet: 05, 3F and 63. RGB value is (5,63,99). Sum of RGB (Red+Green+Blue) = 5+63+99=167 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.99% from 167); Green value is 63 (25% from 255 or 37.72% from 167); Blue value is 99 (39.06% from 255 or 59.28% from 167); Max value from RGB is 99 - color contains mainly: blue. Hex color #053F63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053F63 is #FAC09C. Grayscale: #313131. Windows color (decimal): -16433309 or 6504197. OLE color: 6504197.

HSL color Cylindrical-coordinate representation of color #053F63: hue angle of 202.98º 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 #053F63 is Cyan = 0.95, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB56399-
CMYK0.950.3600.61
HSL202.98º90.38%20.39%-
HSV(B)202.98º94.95%38.82%-
XYZ4.094.4912.45-
YUV49.76155.7896.07-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.99%
GREEN value IS 63 (25% from 255) = 37.72%
BLUE value IS 99 (39.06% from 255) = 59.28%
R=2.99%
G=37.72%
B=59.28%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal563990.950.3600.61202.9890.3820.39
Hex53F635F2403Dcb5a14
Octal5771431374407531313224
Binary10111111111000111011111100100011110111001011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053F63; }

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

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

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

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

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

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

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

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