Html Css Color HEX #5679BF Havelock Blue

📋 copy color: '#5679BF'

red 86 ◦ green 121 ◦ blue 191

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

Shades of Havelock Blue #5679BF

Tints of Havelock Blue #5679BF

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.4%

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

R = 21.61%
G = 30.4%
B = 47.99%

CMYK

 C value IS 0.55

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5679BF (or 0x5679BF) is known color: Havelock Blue. HEX triplet: 56, 79 and BF. RGB value is (86,121,191). Sum of RGB (Red+Green+Blue) = 86+121+191=398 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.61% from 398); Green value is 121 (47.66% from 255 or 30.40% from 398); Blue value is 191 (75% from 255 or 47.99% from 398); Max value from RGB is 191 - color contains mainly: blue. Hex color #5679BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5679BF is #A98640. Grayscale: #767676. Windows color (decimal): -11109953 or 12548438. OLE color: 12548438.

HSL color Cylindrical-coordinate representation of color #5679BF: hue angle of 220º 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 #5679BF is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 86 121 191 -
CMYK 0.55 0.37 0 0.25
HSL 220º 0.45% 0.54% -
HSV(B) 220º 0.55% 0.75% -
XYZ 20.08 19.41 51.98 -
YUV 118.52 168.9 104.81 -
System Red Green Blue C M Y K H S L
Decimal 86 121 191 0.55 0.37 0 0.25 220 0.45 0.54
Hex 56 79 BF 37 25 0 19 DC 2D 36
Octal 126 171 277 67 45 0 31 334 55 66
Binary 1010110 1111001 10111111 110111 100101 0 11001 11011100 101101 110110

Color Harmonies of #5679BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5679BF

Black with #5679BF

Text Example


Text Example

White with #5679BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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