Html Css Color HEX #5779BF Havelock Blue

📋 copy color: '#5779BF'

red 87 ◦ green 121 ◦ blue 191

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

Shades of Havelock Blue #5779BF

Tints of Havelock Blue #5779BF

RGB

 RED value IS 87 (34.38% from 255) = 21.8%

 GREEN value IS 121 (47.66% from 255) = 30.33%

 BLUE value IS 191 (75% from 255) = 47.87%

R = 21.8%
G = 30.33%
B = 47.87%

CMYK

 C value IS 0.54

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5779BF (or 0x5779BF) is known color: Havelock Blue. HEX triplet: 57, 79 and BF. RGB value is (87,121,191). Sum of RGB (Red+Green+Blue) = 87+121+191=399 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.80% from 399); Green value is 121 (47.66% from 255 or 30.33% from 399); Blue value is 191 (75% from 255 or 47.87% from 399); Max value from RGB is 191 - color contains mainly: blue. Hex color #5779BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5779BF is #A88640. Grayscale: #767676. Windows color (decimal): -11044417 or 12548439. OLE color: 12548439.

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

Color convert

RGB 87 121 191 -
CMYK 0.54 0.37 0 0.25
HSL 220.38º 0.45% 0.55% -
HSV(B) 220.38º 0.54% 0.75% -
XYZ 20.17 19.46 51.98 -
YUV 118.81 168.74 105.31 -
System Red Green Blue C M Y K H S L
Decimal 87 121 191 0.54 0.37 0 0.25 220.38 0.45 0.55
Hex 57 79 BF 36 25 0 19 DC 2D 37
Octal 127 171 277 66 45 0 31 334 55 67
Binary 1010111 1111001 10111111 110110 100101 0 11001 11011100 101101 110111

Color Harmonies of #5779BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5779BF

Black with #5779BF

Text Example


Text Example

White with #5779BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5779BF; }

 p { color: rgb(87,121,191); }

 H1.HeaderClassName
 {
   color: #5779BF;
 }
 .AnyTagClassName
 {
   color: #5779BF;
 }
</style>

background-color css

<style>
 a { background-color: #5779BF; }

 a { background-color: rgb(87,121,191); }

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

border-color css

<style>
 span { border-color: #5779BF; }

 span { border-color: rgb(87,121,191); }

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