Html Css Color HEX #5686BB Havelock Blue

📋 copy color: '#5686BB'

red 86 ◦ green 134 ◦ blue 187

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

Shades of Havelock Blue #5686BB

Tints of Havelock Blue #5686BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.95%

R = 21.13%
G = 32.92%
B = 45.95%

CMYK

 C value IS 0.54

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5686BB (or 0x5686BB) is known color: Havelock Blue. HEX triplet: 56, 86 and BB. RGB value is (86,134,187). Sum of RGB (Red+Green+Blue) = 86+134+187=407 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.13% from 407); Green value is 134 (52.73% from 255 or 32.92% from 407); Blue value is 187 (73.44% from 255 or 45.95% from 407); Max value from RGB is 187 - color contains mainly: blue. Hex color #5686BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5686BB is #A97944. Grayscale: #7D7D7D. Windows color (decimal): -11106629 or 12289622. OLE color: 12289622.

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

Color convert

RGB 86 134 187 -
CMYK 0.54 0.28 0 0.27
HSL 211.49º 0.43% 0.54% -
HSV(B) 211.49º 0.54% 0.73% -
XYZ 21.33 22.62 50.25 -
YUV 125.69 162.6 99.69 -
System Red Green Blue C M Y K H S L
Decimal 86 134 187 0.54 0.28 0 0.27 211.49 0.43 0.54
Hex 56 86 BB 36 1C 0 1B D3 2B 36
Octal 126 206 273 66 34 0 33 323 53 66
Binary 1010110 10000110 10111011 110110 11100 0 11011 11010011 101011 110110

Color Harmonies of #5686BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5686BB

Black with #5686BB

Text Example


Text Example

White with #5686BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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