Html Css Color HEX #5686CD Havelock Blue

📋 copy color: '#5686CD'

red 86 ◦ green 134 ◦ blue 205

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

Shades of Havelock Blue #5686CD

Tints of Havelock Blue #5686CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.24%

R = 20.24%
G = 31.53%
B = 48.24%

CMYK

 C value IS 0.58

 M value IS 0.35

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5686CD (or 0x5686CD) is known color: Havelock Blue. HEX triplet: 56, 86 and CD. RGB value is (86,134,205). Sum of RGB (Red+Green+Blue) = 86+134+205=425 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.24% from 425); Green value is 134 (52.73% from 255 or 31.53% from 425); Blue value is 205 (80.47% from 255 or 48.24% from 425); Max value from RGB is 205 - color contains mainly: blue. Hex color #5686CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5686CD is #A97932. Grayscale: #7F7F7F. Windows color (decimal): -11106611 or 13469270. OLE color: 13469270.

HSL color Cylindrical-coordinate representation of color #5686CD: hue angle of 215.8º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5686CD is Cyan = 0.58, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 86 134 205 -
CMYK 0.58 0.35 0 0.20
HSL 215.8º 0.54% 0.57% -
HSV(B) 215.8º 0.58% 0.8% -
XYZ 23.38 23.44 61.05 -
YUV 127.74 171.6 98.23 -
System Red Green Blue C M Y K H S L
Decimal 86 134 205 0.58 0.35 0 0.20 215.8 0.54 0.57
Hex 56 86 CD 3A 23 0 14 D8 36 39
Octal 126 206 315 72 43 0 24 330 66 71
Binary 1010110 10000110 11001101 111010 100011 0 10100 11011000 110110 111001

Color Harmonies of #5686CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5686CD

Black with #5686CD

Text Example


Text Example

White with #5686CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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