Html Css Color HEX #5677BA Havelock Blue

📋 copy color: '#5677BA'

red 86 ◦ green 119 ◦ blue 186

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

Shades of Havelock Blue #5677BA

Tints of Havelock Blue #5677BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.57%

R = 21.99%
G = 30.43%
B = 47.57%

CMYK

 C value IS 0.54

 M value IS 0.36

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5677BA (or 0x5677BA) is known color: Havelock Blue. HEX triplet: 56, 77 and BA. RGB value is (86,119,186). Sum of RGB (Red+Green+Blue) = 86+119+186=391 (51% of max value = 765). Red value is 86 (33.98% from 255 or 21.99% from 391); Green value is 119 (46.88% from 255 or 30.43% from 391); Blue value is 186 (73.05% from 255 or 47.57% from 391); Max value from RGB is 186 - color contains mainly: blue. Hex color #5677BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5677BA is #A98845. Grayscale: #747474. Windows color (decimal): -11110470 or 12220246. OLE color: 12220246.

HSL color Cylindrical-coordinate representation of color #5677BA: hue angle of 220.2º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5677BA is Cyan = 0.54, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 86 119 186 -
CMYK 0.54 0.36 0 0.27
HSL 220.2º 0.42% 0.53% -
HSV(B) 220.2º 0.54% 0.73% -
XYZ 19.3 18.72 49.05 -
YUV 116.77 167.07 106.05 -
System Red Green Blue C M Y K H S L
Decimal 86 119 186 0.54 0.36 0 0.27 220.2 0.42 0.53
Hex 56 77 BA 36 24 0 1B DC 2A 35
Octal 126 167 272 66 44 0 33 334 52 65
Binary 1010110 1110111 10111010 110110 100100 0 11011 11011100 101010 110101

Color Harmonies of #5677BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5677BA

Black with #5677BA

Text Example


Text Example

White with #5677BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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