Html Css Color HEX #5686CC Havelock Blue

📋 copy color: '#5686CC'

red 86 ◦ green 134 ◦ blue 204

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

Shades of Havelock Blue #5686CC

Tints of Havelock Blue #5686CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.11%

R = 20.28%
G = 31.6%
B = 48.11%

CMYK

 C value IS 0.58

 M value IS 0.34

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5686CC (or 0x5686CC) is known color: Havelock Blue. HEX triplet: 56, 86 and CC. RGB value is (86,134,204). Sum of RGB (Red+Green+Blue) = 86+134+204=424 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.28% from 424); Green value is 134 (52.73% from 255 or 31.60% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 204 - color contains mainly: blue. Hex color #5686CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5686CC is #A97933. Grayscale: #7F7F7F. Windows color (decimal): -11106612 or 13403734. OLE color: 13403734.

HSL color Cylindrical-coordinate representation of color #5686CC: hue angle of 215.59º 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 #5686CC is Cyan = 0.58, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 86 134 204 -
CMYK 0.58 0.34 0 0.2
HSL 215.59º 0.54% 0.57% -
HSV(B) 215.59º 0.58% 0.8% -
XYZ 23.26 23.39 60.42 -
YUV 127.63 171.1 98.31 -
System Red Green Blue C M Y K H S L
Decimal 86 134 204 0.58 0.34 0 0.2 215.59 0.54 0.57
Hex 56 86 CC 3A 22 0 14 D8 36 39
Octal 126 206 314 72 42 0 24 330 66 71
Binary 1010110 10000110 11001100 111010 100010 0 10100 11011000 110110 111001

Color Harmonies of #5686CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5686CC

Black with #5686CC

Text Example


Text Example

White with #5686CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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