#5077BE

Color #5077BE Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #5077BE

Tints of Havelock Blue #5077BE

Color information

#5077BE (or 0x5077BE) is unknown color: approx 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

RGB80119190-
CMYK0.580.3700.25
HSL218.73º45.83%52.94%-
HSV(B)218.73º57.89%74.51%-
XYZ19.218.6251.3-
YUV115.43170.08102.73-

RGB Variations

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

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 (Cyan) values IS 0.58
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal801191900.580.3700.25218.7345.8352.94
Hex5077BE3A25019db2e35
Octal12016727672450313335665
Binary101000011101111011111011101010010101100111011011101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5077BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>