Html Css Color HEX #5077BE Havelock Blue

📋 copy color: '#5077BE'

red 80 ◦ green 119 ◦ blue 190

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

Shades of Havelock Blue #5077BE

Tints of Havelock Blue #5077BE

RGB

 RED value IS 80 (31.64% from 255) = 20.57%

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

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

R = 20.57%
G = 30.59%
B = 48.84%

CMYK

 C value IS 0.58

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5077BE (or 0x5077BE) is known color: Havelock Blue. HEX triplet: 50, 77 and BE. RGB value is (80,119,190). Sum of RGB (Red+Green+Blue) = 80+119+190=389 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.57% from 389); Green value is 119 (46.88% from 255 or 30.59% from 389); Blue value is 190 (74.61% from 255 or 48.84% from 389); Max value from RGB is 190 - color contains mainly: blue. Hex color #5077BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5077BE is #AF8841. Grayscale: #737373. Windows color (decimal): -11503682 or 12482384. OLE color: 12482384.

HSL color Cylindrical-coordinate representation of color #5077BE: hue angle of 218.73º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5077BE is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 80 119 190 -
CMYK 0.58 0.37 0 0.25
HSL 218.73º 0.46% 0.53% -
HSV(B) 218.73º 0.58% 0.75% -
XYZ 19.2 18.62 51.3 -
YUV 115.43 170.08 102.73 -
System Red Green Blue C M Y K H S L
Decimal 80 119 190 0.58 0.37 0 0.25 218.73 0.46 0.53
Hex 50 77 BE 3A 25 0 19 DB 2E 35
Octal 120 167 276 72 45 0 31 333 56 65
Binary 1010000 1110111 10111110 111010 100101 0 11001 11011011 101110 110101

Color Harmonies of #5077BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5077BE

Black with #5077BE

Text Example


Text Example

White with #5077BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,119,190); }

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

background-color css

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

 a { background-color: rgb(80,119,190); }

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

border-color css

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

 span { border-color: rgb(80,119,190); }

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