#053C63

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

Shades of Prussian Blue #053C63

Tints of Prussian Blue #053C63

Color information

#053C63 (or 0x053C63) is unknown color: approx Prussian Blue. HEX triplet: 05, 3C and 63. RGB value is (5,60,99). Sum of RGB (Red+Green+Blue) = 5+60+99=164 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.05% from 164); Green value is 60 (23.83% from 255 or 36.59% from 164); Blue value is 99 (39.06% from 255 or 60.37% from 164); Max value from RGB is 99 - color contains mainly: blue. Hex color #053C63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053C63 is #FAC39C. Grayscale: #2F2F2F. Windows color (decimal): -16434077 or 6503429. OLE color: 6503429.

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

Color convert

RGB56099-
CMYK0.950.3900.61
HSL204.89º90.38%20.39%-
HSV(B)204.89º94.95%38.82%-
XYZ3.934.1612.4-
YUV48156.7897.33-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.05%
GREEN value IS 60 (23.83% from 255) = 36.59%
BLUE value IS 99 (39.06% from 255) = 60.37%
R=3.05%
G=36.59%
B=60.37%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal560990.950.3900.61204.8990.3820.39
Hex53C635F2703Dcd5a14
Octal5741431374707531513224
Binary10111110011000111011111100111011110111001101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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