#5078BE

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

Shades of Havelock Blue #5078BE

Tints of Havelock Blue #5078BE

Color information

#5078BE (or 0x5078BE) is unknown color: approx Havelock Blue. HEX triplet: 50, 78 and BE. RGB value is (80,120,190). Sum of RGB (Red+Green+Blue) = 80+120+190=390 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.51% from 390); Green value is 120 (47.27% from 255 or 30.77% from 390); Blue value is 190 (74.61% from 255 or 48.72% from 390); Max value from RGB is 190 - color contains mainly: blue. Hex color #5078BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5078BE is #AF8741. Grayscale: #737373. Windows color (decimal): -11503426 or 12482640. OLE color: 12482640.

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

Color convert

RGB80120190-
CMYK0.580.3700.25
HSL218.18º45.83%52.94%-
HSV(B)218.18º57.89%74.51%-
XYZ19.3218.8651.34-
YUV116.02169.75102.31-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.51%
GREEN value IS 120 (47.27% from 255) = 30.77%
BLUE value IS 190 (74.61% from 255) = 48.72%
R=20.51%
G=30.77%
B=48.72%

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
Decimal801201900.580.3700.25218.1845.8352.94
Hex5078BE3A25019da2e35
Octal12017027672450313325665
Binary101000011110001011111011101010010101100111011010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5078BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5078BE;
 }
 .AnyTagClassName
 {
   color: #5078BE;
 }
</style>
background-color css

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

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

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

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

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

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