Html Css Color HEX #5677CB Havelock Blue

📋 copy color: '#5677CB'

red 86 ◦ green 119 ◦ blue 203

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

Shades of Havelock Blue #5677CB

Tints of Havelock Blue #5677CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.75%

R = 21.08%
G = 29.17%
B = 49.75%

CMYK

 C value IS 0.58

 M value IS 0.41

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5677CB (or 0x5677CB) is known color: Havelock Blue. HEX triplet: 56, 77 and CB. RGB value is (86,119,203). Sum of RGB (Red+Green+Blue) = 86+119+203=408 (54% of max value = 765). Red value is 86 (33.98% from 255 or 21.08% from 408); Green value is 119 (46.88% from 255 or 29.17% from 408); Blue value is 203 (79.69% from 255 or 49.75% from 408); Max value from RGB is 203 - color contains mainly: blue. Hex color #5677CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5677CB is #A98834. Grayscale: #767676. Windows color (decimal): -11110453 or 13334358. OLE color: 13334358.

HSL color Cylindrical-coordinate representation of color #5677CB: hue angle of 223.08º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5677CB is Cyan = 0.58, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 86 119 203 -
CMYK 0.58 0.41 0 0.20
HSL 223.08º 0.53% 0.57% -
HSV(B) 223.08º 0.58% 0.8% -
XYZ 21.21 19.48 59.14 -
YUV 118.71 175.57 104.67 -
System Red Green Blue C M Y K H S L
Decimal 86 119 203 0.58 0.41 0 0.20 223.08 0.53 0.57
Hex 56 77 CB 3A 29 0 14 DF 35 39
Octal 126 167 313 72 51 0 24 337 65 71
Binary 1010110 1110111 11001011 111010 101001 0 10100 11011111 110101 111001

Color Harmonies of #5677CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5677CB

Black with #5677CB

Text Example


Text Example

White with #5677CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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