Html Css Color HEX #5079BE Havelock Blue

📋 copy color: '#5079BE'

red 80 ◦ green 121 ◦ blue 190

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

Shades of Havelock Blue #5079BE

Tints of Havelock Blue #5079BE

RGB

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

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

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

R = 20.46%
G = 30.95%
B = 48.59%

CMYK

 C value IS 0.58

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5079BE (or 0x5079BE) is known color: Havelock Blue. HEX triplet: 50, 79 and BE. RGB value is (80,121,190). Sum of RGB (Red+Green+Blue) = 80+121+190=391 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.46% from 391); Green value is 121 (47.66% from 255 or 30.95% from 391); Blue value is 190 (74.61% from 255 or 48.59% from 391); Max value from RGB is 190 - color contains mainly: blue. Hex color #5079BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5079BE is #AF8641. Grayscale: #747474. Windows color (decimal): -11503170 or 12482896. OLE color: 12482896.

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

Color convert

RGB 80 121 190 -
CMYK 0.58 0.36 0 0.25
HSL 217.64º 0.46% 0.53% -
HSV(B) 217.64º 0.58% 0.75% -
XYZ 19.44 19.1 51.38 -
YUV 116.61 169.42 101.89 -
System Red Green Blue C M Y K H S L
Decimal 80 121 190 0.58 0.36 0 0.25 217.64 0.46 0.53
Hex 50 79 BE 3A 24 0 19 DA 2E 35
Octal 120 171 276 72 44 0 31 332 56 65
Binary 1010000 1111001 10111110 111010 100100 0 11001 11011010 101110 110101

Color Harmonies of #5079BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5079BE

Black with #5079BE

Text Example


Text Example

White with #5079BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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