#053F68

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

Shades of Prussian Blue #053F68

Tints of Prussian Blue #053F68

Color information

#053F68 (or 0x053F68) is unknown color: approx Prussian Blue. HEX triplet: 05, 3F and 68. RGB value is (5,63,104). Sum of RGB (Red+Green+Blue) = 5+63+104=172 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.91% from 172); Green value is 63 (25% from 255 or 36.63% from 172); Blue value is 104 (41.02% from 255 or 60.47% from 172); Max value from RGB is 104 - color contains mainly: blue. Hex color #053F68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053F68 is #FAC097. Grayscale: #323232. Windows color (decimal): -16433304 or 6831877. OLE color: 6831877.

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

Color convert

RGB563104-
CMYK0.950.3900.59
HSL204.85º90.83%21.37%-
HSV(B)204.85º95.19%40.78%-
XYZ4.344.5913.75-
YUV50.33158.2895.67-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.91%
GREEN value IS 63 (25% from 255) = 36.63%
BLUE value IS 104 (41.02% from 255) = 60.47%
R=2.91%
G=36.63%
B=60.47%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5631040.950.3900.59204.8590.8321.37
Hex53F685F2703Bcd5b15
Octal5771501374707331513325
Binary10111111111010001011111100111011101111001101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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