#053B68

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

Shades of Prussian Blue #053B68

Tints of Prussian Blue #053B68

Color information

#053B68 (or 0x053B68) is unknown color: approx Prussian Blue. HEX triplet: 05, 3B and 68. RGB value is (5,59,104). Sum of RGB (Red+Green+Blue) = 5+59+104=168 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.98% from 168); Green value is 59 (23.44% from 255 or 35.12% from 168); Blue value is 104 (41.02% from 255 or 61.90% from 168); Max value from RGB is 104 - color contains mainly: blue. Hex color #053B68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053B68 is #FAC497. Grayscale: #2F2F2F. Windows color (decimal): -16434328 or 6830853. OLE color: 6830853.

HSL color Cylindrical-coordinate representation of color #053B68: hue angle of 207.27º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #053B68 is Cyan = 0.95, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB559104-
CMYK0.950.4300.59
HSL207.27º90.83%21.37%-
HSV(B)207.27º95.19%40.78%-
XYZ4.134.1613.68-
YUV47.98159.6197.34-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.98%
GREEN value IS 59 (23.44% from 255) = 35.12%
BLUE value IS 104 (41.02% from 255) = 61.90%
R=2.98%
G=35.12%
B=61.90%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5591040.950.4300.59207.2790.8321.37
Hex53B685F2B03Bcf5b15
Octal5731501375307331713325
Binary10111101111010001011111101011011101111001111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,59,104); }

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

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

 a { background-color: rgb(5,59,104); }

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

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

 span { border-color: rgb(5,59,104); }

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