Html Css Color HEX #5677BE Havelock Blue

📋 copy color: '#5677BE'

red 86 ◦ green 119 ◦ blue 190

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

Shades of Havelock Blue #5677BE

Tints of Havelock Blue #5677BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.1%

R = 21.77%
G = 30.13%
B = 48.1%

CMYK

 C value IS 0.55

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5677BE (or 0x5677BE) is known color: Havelock Blue. HEX triplet: 56, 77 and BE. RGB value is (86,119,190). Sum of RGB (Red+Green+Blue) = 86+119+190=395 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.77% from 395); Green value is 119 (46.88% from 255 or 30.13% from 395); Blue value is 190 (74.61% from 255 or 48.10% from 395); Max value from RGB is 190 - color contains mainly: blue. Hex color #5677BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5677BE is #A98841. Grayscale: #747474. Windows color (decimal): -11110466 or 12482390. OLE color: 12482390.

HSL color Cylindrical-coordinate representation of color #5677BE: hue angle of 220.96º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5677BE is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 86 119 190 -
CMYK 0.55 0.37 0 0.25
HSL 220.96º 0.44% 0.54% -
HSV(B) 220.96º 0.55% 0.75% -
XYZ 19.73 18.89 51.32 -
YUV 117.23 169.07 105.73 -
System Red Green Blue C M Y K H S L
Decimal 86 119 190 0.55 0.37 0 0.25 220.96 0.44 0.54
Hex 56 77 BE 37 25 0 19 DD 2C 36
Octal 126 167 276 67 45 0 31 335 54 66
Binary 1010110 1110111 10111110 110111 100101 0 11001 11011101 101100 110110

Color Harmonies of #5677BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5677BE

Black with #5677BE

Text Example


Text Example

White with #5677BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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