#5388D9

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

Shades of Havelock Blue #5388D9

Tints of Havelock Blue #5388D9

Color information

#5388D9 (or 0x5388D9) is unknown color: approx Havelock Blue. HEX triplet: 53, 88 and D9. RGB value is (83,136,217). Sum of RGB (Red+Green+Blue) = 83+136+217=436 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.04% from 436); Green value is 136 (53.52% from 255 or 31.19% from 436); Blue value is 217 (85.16% from 255 or 49.77% from 436); Max value from RGB is 217 - color contains mainly: blue. Hex color #5388D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5388D9 is #AC7726. Grayscale: #818181. Windows color (decimal): -11302695 or 14256211. OLE color: 14256211.

HSL color Cylindrical-coordinate representation of color #5388D9: hue angle of 216.27º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5388D9 is Cyan = 0.62, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB83136217-
CMYK0.620.3700.15
HSL216.27º63.81%58.82%-
HSV(B)216.27º61.75%85.1%-
XYZ24.924.4669.05-
YUV129.39177.4494.91-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.04%
GREEN value IS 136 (53.52% from 255) = 31.19%
BLUE value IS 217 (85.16% from 255) = 49.77%
R=19.04%
G=31.19%
B=49.77%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal831362170.620.3700.15216.2763.8158.82
Hex5388D93E250Fd8403b
Octal123210331764501733010073
Binary1010011100010001101100111111010010101111110110001000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5388D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5388D9; }

 p { color: rgb(83,136,217); }

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

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

 a { background-color: rgb(83,136,217); }

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

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

 span { border-color: rgb(83,136,217); }

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