Html Css Color HEX #5684CF Havelock Blue

📋 copy color: '#5684CF'

red 86 ◦ green 132 ◦ blue 207

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

Shades of Havelock Blue #5684CF

Tints of Havelock Blue #5684CF

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.06%

 BLUE value IS 207 (81.25% from 255) = 48.71%

R = 20.24%
G = 31.06%
B = 48.71%

CMYK

 C value IS 0.58

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5684CF (or 0x5684CF) is known color: Havelock Blue. HEX triplet: 56, 84 and CF. RGB value is (86,132,207). Sum of RGB (Red+Green+Blue) = 86+132+207=425 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.24% from 425); Green value is 132 (51.95% from 255 or 31.06% from 425); Blue value is 207 (81.25% from 255 or 48.71% from 425); Max value from RGB is 207 - color contains mainly: blue. Hex color #5684CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5684CF is #A97B30. Grayscale: #7E7E7E. Windows color (decimal): -11107121 or 13599830. OLE color: 13599830.

HSL color Cylindrical-coordinate representation of color #5684CF: hue angle of 217.19º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5684CF is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 86 132 207 -
CMYK 0.58 0.36 0 0.19
HSL 217.19º 0.56% 0.57% -
HSV(B) 217.19º 0.58% 0.81% -
XYZ 23.35 22.99 62.24 -
YUV 126.8 173.26 98.9 -
System Red Green Blue C M Y K H S L
Decimal 86 132 207 0.58 0.36 0 0.19 217.19 0.56 0.57
Hex 56 84 CF 3A 24 0 13 D9 38 39
Octal 126 204 317 72 44 0 23 331 70 71
Binary 1010110 10000100 11001111 111010 100100 0 10011 11011001 111000 111001

Color Harmonies of #5684CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5684CF

Black with #5684CF

Text Example


Text Example

White with #5684CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5684CF; }

 p { color: rgb(86,132,207); }

 H1.HeaderClassName
 {
   color: #5684CF;
 }
 .AnyTagClassName
 {
   color: #5684CF;
 }
</style>

background-color css

<style>
 a { background-color: #5684CF; }

 a { background-color: rgb(86,132,207); }

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

border-color css

<style>
 span { border-color: #5684CF; }

 span { border-color: rgb(86,132,207); }

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