Html Css Color HEX #5686BF Havelock Blue

📋 copy color: '#5686BF'

red 86 ◦ green 134 ◦ blue 191

#5686BF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Havelock Blue #5686BF

Tints of Havelock Blue #5686BF

RGB

 RED value IS 86 (33.98% from 255) = 20.92%

 GREEN value IS 134 (52.73% from 255) = 32.6%

 BLUE value IS 191 (75% from 255) = 46.47%

R = 20.92%
G = 32.6%
B = 46.47%

CMYK

 C value IS 0.55

 M value IS 0.30

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5686BF (or 0x5686BF) is known color: Havelock Blue. HEX triplet: 56, 86 and BF. RGB value is (86,134,191). Sum of RGB (Red+Green+Blue) = 86+134+191=411 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.92% from 411); Green value is 134 (52.73% from 255 or 32.60% from 411); Blue value is 191 (75% from 255 or 46.47% from 411); Max value from RGB is 191 - color contains mainly: blue. Hex color #5686BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5686BF is #A97940. Grayscale: #7D7D7D. Windows color (decimal): -11106625 or 12551766. OLE color: 12551766.

HSL color Cylindrical-coordinate representation of color #5686BF: hue angle of 212.57º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5686BF is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 86 134 191 -
CMYK 0.55 0.30 0 0.25
HSL 212.57º 0.45% 0.54% -
HSV(B) 212.57º 0.55% 0.75% -
XYZ 21.77 22.79 52.54 -
YUV 126.15 164.6 99.37 -
System Red Green Blue C M Y K H S L
Decimal 86 134 191 0.55 0.30 0 0.25 212.57 0.45 0.54
Hex 56 86 BF 37 1E 0 19 D5 2D 36
Octal 126 206 277 67 36 0 31 325 55 66
Binary 1010110 10000110 10111111 110111 11110 0 11001 11010101 101101 110110

Color Harmonies of #5686BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5686BF

Black with #5686BF

Text Example


Text Example

White with #5686BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5686BF;
 }
 .AnyTagClassName
 {
   color: #5686BF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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