#5686BD

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

Shades of Havelock Blue #5686BD

Tints of Havelock Blue #5686BD

Color information

#5686BD (or 0x5686BD) is unknown color: approx Havelock Blue. HEX triplet: 56, 86 and BD. RGB value is (86,134,189). Sum of RGB (Red+Green+Blue) = 86+134+189=409 (54% of max value = 765). Red value is 86 (33.98% from 255 or 21.03% from 409); Green value is 134 (52.73% from 255 or 32.76% from 409); Blue value is 189 (74.22% from 255 or 46.21% from 409); Max value from RGB is 189 - color contains mainly: blue. Hex color #5686BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5686BD is #A97942. Grayscale: #7D7D7D. Windows color (decimal): -11106627 or 12420694. OLE color: 12420694.

HSL color Cylindrical-coordinate representation of color #5686BD: hue angle of 212.04º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5686BD is Cyan = 0.54, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB86134189-
CMYK0.540.2900.26
HSL212.04º43.83%53.92%-
HSV(B)212.04º54.5%74.12%-
XYZ21.5522.751.39-
YUV125.92163.699.53-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.03%
GREEN value IS 134 (52.73% from 255) = 32.76%
BLUE value IS 189 (74.22% from 255) = 46.21%
R=21.03%
G=32.76%
B=46.21%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal861341890.540.2900.26212.0443.8353.92
Hex5686BD361D01Ad42c36
Octal12620627566350323245466
Binary101011010000110101111011101101110101101011010100101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5686BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5686BD; }

 p { color: rgb(86,134,189); }

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

<style>
 a { background-color: #5686BD; }

 a { background-color: rgb(86,134,189); }

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

<style>
 span { border-color: #5686BD; }

 span { border-color: rgb(86,134,189); }

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