#5387BA

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

Shades of Havelock Blue #5387BA

Tints of Havelock Blue #5387BA

Color information

#5387BA (or 0x5387BA) is unknown color: approx Havelock Blue. HEX triplet: 53, 87 and BA. RGB value is (83,135,186). Sum of RGB (Red+Green+Blue) = 83+135+186=404 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.54% from 404); Green value is 135 (53.12% from 255 or 33.42% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 186 - color contains mainly: blue. Hex color #5387BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5387BA is #AC7845. Grayscale: #7D7D7D. Windows color (decimal): -11302982 or 12224339. OLE color: 12224339.

HSL color Cylindrical-coordinate representation of color #5387BA: hue angle of 209.71º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5387BA is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB83135186-
CMYK0.550.2700.27
HSL209.71º42.74%52.75%-
HSV(B)209.71º55.38%72.94%-
XYZ21.0922.7149.73-
YUV125.27162.2797.85-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.54%
GREEN value IS 135 (53.12% from 255) = 33.42%
BLUE value IS 186 (73.05% from 255) = 46.04%
R=20.54%
G=33.42%
B=46.04%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal831351860.550.2700.27209.7142.7452.75
Hex5387BA371B01Bd22b35
Octal12320727267330333225365
Binary101001110000111101110101101111101101101111010010101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5387BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5387BA; }

 p { color: rgb(83,135,186); }

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

<style>
 a { background-color: #5387BA; }

 a { background-color: rgb(83,135,186); }

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

<style>
 span { border-color: #5387BA; }

 span { border-color: rgb(83,135,186); }

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