#5388D7

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

Shades of Havelock Blue #5388D7

Tints of Havelock Blue #5388D7

Color information

#5388D7 (or 0x5388D7) is unknown color: approx Havelock Blue. HEX triplet: 53, 88 and D7. RGB value is (83,136,215). Sum of RGB (Red+Green+Blue) = 83+136+215=434 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.12% from 434); Green value is 136 (53.52% from 255 or 31.34% from 434); Blue value is 215 (84.38% from 255 or 49.54% from 434); Max value from RGB is 215 - color contains mainly: blue. Hex color #5388D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5388D7 is #AC7728. Grayscale: #808080. Windows color (decimal): -11302697 or 14125139. OLE color: 14125139.

HSL color Cylindrical-coordinate representation of color #5388D7: hue angle of 215.91º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5388D7 is Cyan = 0.61, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB83136215-
CMYK0.610.3700.16
HSL215.91º62.26%58.43%-
HSV(B)215.91º61.4%84.31%-
XYZ24.6424.3567.69-
YUV129.16176.4495.08-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.12%
GREEN value IS 136 (53.52% from 255) = 31.34%
BLUE value IS 215 (84.38% from 255) = 49.54%
R=19.12%
G=31.34%
B=49.54%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal831362150.610.3700.16215.9162.2658.43
Hex5388D73D25010d83e3a
Octal12321032775450203307672
Binary1010011100010001101011111110110010101000011011000111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5388D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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