Html Css Color HEX #5679BA Havelock Blue

📋 copy color: '#5679BA'

red 86 ◦ green 121 ◦ blue 186

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

Shades of Havelock Blue #5679BA

Tints of Havelock Blue #5679BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.33%

R = 21.88%
G = 30.79%
B = 47.33%

CMYK

 C value IS 0.54

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5679BA (or 0x5679BA) is known color: Havelock Blue. HEX triplet: 56, 79 and BA. RGB value is (86,121,186). Sum of RGB (Red+Green+Blue) = 86+121+186=393 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.88% from 393); Green value is 121 (47.66% from 255 or 30.79% from 393); Blue value is 186 (73.05% from 255 or 47.33% from 393); Max value from RGB is 186 - color contains mainly: blue. Hex color #5679BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5679BA is #A98645. Grayscale: #757575. Windows color (decimal): -11109958 or 12220758. OLE color: 12220758.

HSL color Cylindrical-coordinate representation of color #5679BA: hue angle of 219º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5679BA is Cyan = 0.54, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 86 121 186 -
CMYK 0.54 0.35 0 0.27
HSL 219º 0.42% 0.53% -
HSV(B) 219º 0.54% 0.73% -
XYZ 19.54 19.2 49.13 -
YUV 117.95 166.4 105.21 -
System Red Green Blue C M Y K H S L
Decimal 86 121 186 0.54 0.35 0 0.27 219 0.42 0.53
Hex 56 79 BA 36 23 0 1B DB 2A 35
Octal 126 171 272 66 43 0 33 333 52 65
Binary 1010110 1111001 10111010 110110 100011 0 11011 11011011 101010 110101

Color Harmonies of #5679BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5679BA

Black with #5679BA

Text Example


Text Example

White with #5679BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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