Html Css Color HEX #5077BB Havelock Blue

📋 copy color: '#5077BB'

red 80 ◦ green 119 ◦ blue 187

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

Shades of Havelock Blue #5077BB

Tints of Havelock Blue #5077BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 48.45%

R = 20.73%
G = 30.83%
B = 48.45%

CMYK

 C value IS 0.57

 M value IS 0.36

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5077BB (or 0x5077BB) is known color: Havelock Blue. HEX triplet: 50, 77 and BB. RGB value is (80,119,187). Sum of RGB (Red+Green+Blue) = 80+119+187=386 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.73% from 386); Green value is 119 (46.88% from 255 or 30.83% from 386); Blue value is 187 (73.44% from 255 or 48.45% from 386); Max value from RGB is 187 - color contains mainly: blue. Hex color #5077BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5077BB is #AF8844. Grayscale: #727272. Windows color (decimal): -11503685 or 12285776. OLE color: 12285776.

HSL color Cylindrical-coordinate representation of color #5077BB: hue angle of 218.13º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5077BB is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 119 187 -
CMYK 0.57 0.36 0 0.27
HSL 218.13º 0.44% 0.52% -
HSV(B) 218.13º 0.57% 0.73% -
XYZ 18.87 18.49 49.59 -
YUV 115.09 168.58 102.97 -
System Red Green Blue C M Y K H S L
Decimal 80 119 187 0.57 0.36 0 0.27 218.13 0.44 0.52
Hex 50 77 BB 39 24 0 1B DA 2C 34
Octal 120 167 273 71 44 0 33 332 54 64
Binary 1010000 1110111 10111011 111001 100100 0 11011 11011010 101100 110100

Color Harmonies of #5077BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5077BB

Black with #5077BB

Text Example


Text Example

White with #5077BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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