Html Css Color HEX #5677CE Havelock Blue

📋 copy color: '#5677CE'

red 86 ◦ green 119 ◦ blue 206

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

Shades of Havelock Blue #5677CE

Tints of Havelock Blue #5677CE

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.95%

 BLUE value IS 206 (80.86% from 255) = 50.12%

R = 20.92%
G = 28.95%
B = 50.12%

CMYK

 C value IS 0.58

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5677CE (or 0x5677CE) is known color: Havelock Blue. HEX triplet: 56, 77 and CE. RGB value is (86,119,206). Sum of RGB (Red+Green+Blue) = 86+119+206=411 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.92% from 411); Green value is 119 (46.88% from 255 or 28.95% from 411); Blue value is 206 (80.86% from 255 or 50.12% from 411); Max value from RGB is 206 - color contains mainly: blue. Hex color #5677CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5677CE is #A98831. Grayscale: #767676. Windows color (decimal): -11110450 or 13530966. OLE color: 13530966.

HSL color Cylindrical-coordinate representation of color #5677CE: hue angle of 223.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5677CE is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 86 119 206 -
CMYK 0.58 0.42 0 0.19
HSL 223.5º 0.55% 0.57% -
HSV(B) 223.5º 0.58% 0.81% -
XYZ 21.58 19.63 61.04 -
YUV 119.05 177.07 104.43 -
System Red Green Blue C M Y K H S L
Decimal 86 119 206 0.58 0.42 0 0.19 223.5 0.55 0.57
Hex 56 77 CE 3A 2A 0 13 E0 37 39
Octal 126 167 316 72 52 0 23 340 67 71
Binary 1010110 1110111 11001110 111010 101010 0 10011 11100000 110111 111001

Color Harmonies of #5677CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5677CE

Black with #5677CE

Text Example


Text Example

White with #5677CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5677CE; }

 p { color: rgb(86,119,206); }

 H1.HeaderClassName
 {
   color: #5677CE;
 }
 .AnyTagClassName
 {
   color: #5677CE;
 }
</style>

background-color css

<style>
 a { background-color: #5677CE; }

 a { background-color: rgb(86,119,206); }

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

border-color css

<style>
 span { border-color: #5677CE; }

 span { border-color: rgb(86,119,206); }

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