Html Css Color HEX #5679C6 Havelock Blue

📋 copy color: '#5679C6'

red 86 ◦ green 121 ◦ blue 198

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

Shades of Havelock Blue #5679C6

Tints of Havelock Blue #5679C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 48.89%

R = 21.23%
G = 29.88%
B = 48.89%

CMYK

 C value IS 0.57

 M value IS 0.39

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#5679C6 (or 0x5679C6) is known color: Havelock Blue. HEX triplet: 56, 79 and C6. RGB value is (86,121,198). Sum of RGB (Red+Green+Blue) = 86+121+198=405 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.23% from 405); Green value is 121 (47.66% from 255 or 29.88% from 405); Blue value is 198 (77.73% from 255 or 48.89% from 405); Max value from RGB is 198 - color contains mainly: blue. Hex color #5679C6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5679C6 is #A98639. Grayscale: #767676. Windows color (decimal): -11109946 or 13007190. OLE color: 13007190.

HSL color Cylindrical-coordinate representation of color #5679C6: hue angle of 221.25º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5679C6 is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 86 121 198 -
CMYK 0.57 0.39 0 0.22
HSL 221.25º 0.5% 0.56% -
HSV(B) 221.25º 0.57% 0.78% -
XYZ 20.87 19.73 56.13 -
YUV 119.31 172.4 104.24 -
System Red Green Blue C M Y K H S L
Decimal 86 121 198 0.57 0.39 0 0.22 221.25 0.5 0.56
Hex 56 79 C6 39 27 0 16 DD 32 38
Octal 126 171 306 71 47 0 26 335 62 70
Binary 1010110 1111001 11000110 111001 100111 0 10110 11011101 110010 111000

Color Harmonies of #5679C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5679C6

Black with #5679C6

Text Example


Text Example

White with #5679C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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