Html Css Color HEX #5679BD Havelock Blue

📋 copy color: '#5679BD'

red 86 ◦ green 121 ◦ blue 189

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

Shades of Havelock Blue #5679BD

Tints of Havelock Blue #5679BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.73%

R = 21.72%
G = 30.56%
B = 47.73%

CMYK

 C value IS 0.54

 M value IS 0.36

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5679BD (or 0x5679BD) is known color: Havelock Blue. HEX triplet: 56, 79 and BD. RGB value is (86,121,189). Sum of RGB (Red+Green+Blue) = 86+121+189=396 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.72% from 396); Green value is 121 (47.66% from 255 or 30.56% from 396); Blue value is 189 (74.22% from 255 or 47.73% from 396); Max value from RGB is 189 - color contains mainly: blue. Hex color #5679BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5679BD is #A98642. Grayscale: #757575. Windows color (decimal): -11109955 or 12417366. OLE color: 12417366.

HSL color Cylindrical-coordinate representation of color #5679BD: hue angle of 219.61º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5679BD is Cyan = 0.54, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 86 121 189 -
CMYK 0.54 0.36 0 0.26
HSL 219.61º 0.44% 0.54% -
HSV(B) 219.61º 0.54% 0.74% -
XYZ 19.86 19.33 50.83 -
YUV 118.29 167.9 104.97 -
System Red Green Blue C M Y K H S L
Decimal 86 121 189 0.54 0.36 0 0.26 219.61 0.44 0.54
Hex 56 79 BD 36 24 0 1A DC 2C 36
Octal 126 171 275 66 44 0 32 334 54 66
Binary 1010110 1111001 10111101 110110 100100 0 11010 11011100 101100 110110

Color Harmonies of #5679BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5679BD

Black with #5679BD

Text Example


Text Example

White with #5679BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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