Html Css Color HEX #5679BB Havelock Blue

📋 copy color: '#5679BB'

red 86 ◦ green 121 ◦ blue 187

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

Shades of Havelock Blue #5679BB

Tints of Havelock Blue #5679BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.46%

R = 21.83%
G = 30.71%
B = 47.46%

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

#5679BB (or 0x5679BB) is known color: Havelock Blue. HEX triplet: 56, 79 and BB. RGB value is (86,121,187). Sum of RGB (Red+Green+Blue) = 86+121+187=394 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.83% from 394); Green value is 121 (47.66% from 255 or 30.71% from 394); Blue value is 187 (73.44% from 255 or 47.46% from 394); Max value from RGB is 187 - color contains mainly: blue. Hex color #5679BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5679BB is #A98644. Grayscale: #757575. Windows color (decimal): -11109957 or 12286294. OLE color: 12286294.

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

Color convert

RGB 86 121 187 -
CMYK 0.54 0.35 0 0.27
HSL 219.21º 0.43% 0.54% -
HSV(B) 219.21º 0.54% 0.73% -
XYZ 19.64 19.24 49.69 -
YUV 118.06 166.9 105.13 -
System Red Green Blue C M Y K H S L
Decimal 86 121 187 0.54 0.35 0 0.27 219.21 0.43 0.54
Hex 56 79 BB 36 23 0 1B DB 2B 36
Octal 126 171 273 66 43 0 33 333 53 66
Binary 1010110 1111001 10111011 110110 100011 0 11011 11011011 101011 110110

Color Harmonies of #5679BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5679BB

Black with #5679BB

Text Example


Text Example

White with #5679BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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