Html Css Color HEX #5076BF Havelock Blue

📋 copy color: '#5076BF'

red 80 ◦ green 118 ◦ blue 191

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

Shades of Havelock Blue #5076BF

Tints of Havelock Blue #5076BF

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.33%

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

R = 20.57%
G = 30.33%
B = 49.1%

CMYK

 C value IS 0.58

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5076BF (or 0x5076BF) is known color: Havelock Blue. HEX triplet: 50, 76 and BF. RGB value is (80,118,191). Sum of RGB (Red+Green+Blue) = 80+118+191=389 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.57% from 389); Green value is 118 (46.48% from 255 or 30.33% from 389); Blue value is 191 (75% from 255 or 49.10% from 389); Max value from RGB is 191 - color contains mainly: blue. Hex color #5076BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5076BF is #AF8940. Grayscale: #727272. Windows color (decimal): -11503937 or 12547664. OLE color: 12547664.

HSL color Cylindrical-coordinate representation of color #5076BF: hue angle of 219.46º 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 #5076BF is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 80 118 191 -
CMYK 0.58 0.38 0 0.25
HSL 219.46º 0.46% 0.53% -
HSV(B) 219.46º 0.58% 0.75% -
XYZ 19.19 18.42 51.83 -
YUV 114.96 170.91 103.06 -
System Red Green Blue C M Y K H S L
Decimal 80 118 191 0.58 0.38 0 0.25 219.46 0.46 0.53
Hex 50 76 BF 3A 26 0 19 DB 2E 35
Octal 120 166 277 72 46 0 31 333 56 65
Binary 1010000 1110110 10111111 111010 100110 0 11001 11011011 101110 110101

Color Harmonies of #5076BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5076BF

Black with #5076BF

Text Example


Text Example

White with #5076BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,118,191); }

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

background-color css

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

 a { background-color: rgb(80,118,191); }

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

border-color css

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

 span { border-color: rgb(80,118,191); }

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