Html Css Color HEX #5779BE Havelock Blue

📋 copy color: '#5779BE'

red 87 ◦ green 121 ◦ blue 190

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

Shades of Havelock Blue #5779BE

Tints of Havelock Blue #5779BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.74%

R = 21.86%
G = 30.4%
B = 47.74%

CMYK

 C value IS 0.54

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5779BE (or 0x5779BE) is known color: Havelock Blue. HEX triplet: 57, 79 and BE. RGB value is (87,121,190). Sum of RGB (Red+Green+Blue) = 87+121+190=398 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.86% from 398); Green value is 121 (47.66% from 255 or 30.40% from 398); Blue value is 190 (74.61% from 255 or 47.74% from 398); Max value from RGB is 190 - color contains mainly: blue. Hex color #5779BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5779BE is #A88641. Grayscale: #767676. Windows color (decimal): -11044418 or 12482903. OLE color: 12482903.

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

Color convert

RGB 87 121 190 -
CMYK 0.54 0.36 0 0.25
HSL 220.19º 0.44% 0.54% -
HSV(B) 220.19º 0.54% 0.75% -
XYZ 20.06 19.42 51.41 -
YUV 118.7 168.24 105.39 -
System Red Green Blue C M Y K H S L
Decimal 87 121 190 0.54 0.36 0 0.25 220.19 0.44 0.54
Hex 57 79 BE 36 24 0 19 DC 2C 36
Octal 127 171 276 66 44 0 31 334 54 66
Binary 1010111 1111001 10111110 110110 100100 0 11001 11011100 101100 110110

Color Harmonies of #5779BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5779BE

Black with #5779BE

Text Example


Text Example

White with #5779BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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