Html Css Color HEX #5676BB Havelock Blue

📋 copy color: '#5676BB'

red 86 ◦ green 118 ◦ blue 187

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

Shades of Havelock Blue #5676BB

Tints of Havelock Blue #5676BB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.18%

 BLUE value IS 187 (73.44% from 255) = 47.83%

R = 21.99%
G = 30.18%
B = 47.83%

CMYK

 C value IS 0.54

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5676BB (or 0x5676BB) is known color: Havelock Blue. HEX triplet: 56, 76 and BB. RGB value is (86,118,187). Sum of RGB (Red+Green+Blue) = 86+118+187=391 (51% of max value = 765). Red value is 86 (33.98% from 255 or 21.99% from 391); Green value is 118 (46.48% from 255 or 30.18% from 391); Blue value is 187 (73.44% from 255 or 47.83% from 391); Max value from RGB is 187 - color contains mainly: blue. Hex color #5676BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5676BB is #A98944. Grayscale: #737373. Windows color (decimal): -11110725 or 12285526. OLE color: 12285526.

HSL color Cylindrical-coordinate representation of color #5676BB: hue angle of 220.99º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5676BB is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 86 118 187 -
CMYK 0.54 0.37 0 0.27
HSL 220.99º 0.43% 0.54% -
HSV(B) 220.99º 0.54% 0.73% -
XYZ 19.29 18.52 49.57 -
YUV 116.3 167.9 106.39 -
System Red Green Blue C M Y K H S L
Decimal 86 118 187 0.54 0.37 0 0.27 220.99 0.43 0.54
Hex 56 76 BB 36 25 0 1B DD 2B 36
Octal 126 166 273 66 45 0 33 335 53 66
Binary 1010110 1110110 10111011 110110 100101 0 11011 11011101 101011 110110

Color Harmonies of #5676BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5676BB

Black with #5676BB

Text Example


Text Example

White with #5676BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5676BB; }

 p { color: rgb(86,118,187); }

 H1.HeaderClassName
 {
   color: #5676BB;
 }
 .AnyTagClassName
 {
   color: #5676BB;
 }
</style>

background-color css

<style>
 a { background-color: #5676BB; }

 a { background-color: rgb(86,118,187); }

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

border-color css

<style>
 span { border-color: #5676BB; }

 span { border-color: rgb(86,118,187); }

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