Html Css Color HEX #5676BC Havelock Blue

📋 copy color: '#5676BC'

red 86 ◦ green 118 ◦ blue 188

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

Shades of Havelock Blue #5676BC

Tints of Havelock Blue #5676BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.96%

R = 21.94%
G = 30.1%
B = 47.96%

CMYK

 C value IS 0.54

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5676BC (or 0x5676BC) is known color: Havelock Blue. HEX triplet: 56, 76 and BC. RGB value is (86,118,188). Sum of RGB (Red+Green+Blue) = 86+118+188=392 (51% of max value = 765). Red value is 86 (33.98% from 255 or 21.94% from 392); Green value is 118 (46.48% from 255 or 30.10% from 392); Blue value is 188 (73.83% from 255 or 47.96% from 392); Max value from RGB is 188 - color contains mainly: blue. Hex color #5676BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5676BC is #A98943. Grayscale: #747474. Windows color (decimal): -11110724 or 12351062. OLE color: 12351062.

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

Color convert

RGB 86 118 188 -
CMYK 0.54 0.37 0 0.26
HSL 221.18º 0.43% 0.54% -
HSV(B) 221.18º 0.54% 0.74% -
XYZ 19.39 18.57 50.14 -
YUV 116.41 168.4 106.31 -
System Red Green Blue C M Y K H S L
Decimal 86 118 188 0.54 0.37 0 0.26 221.18 0.43 0.54
Hex 56 76 BC 36 25 0 1A DD 2B 36
Octal 126 166 274 66 45 0 32 335 53 66
Binary 1010110 1110110 10111100 110110 100101 0 11010 11011101 101011 110110

Color Harmonies of #5676BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5676BC

Black with #5676BC

Text Example


Text Example

White with #5676BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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