#5E78BE

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

Shades of Havelock Blue #5E78BE

Tints of Havelock Blue #5E78BE

Color information

#5E78BE (or 0x5E78BE) is unknown color: approx Havelock Blue. HEX triplet: 5E, 78 and BE. RGB value is (94,120,190). Sum of RGB (Red+Green+Blue) = 94+120+190=404 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.27% from 404); Green value is 120 (47.27% from 255 or 29.70% from 404); Blue value is 190 (74.61% from 255 or 47.03% from 404); Max value from RGB is 190 - color contains mainly: blue. Hex color #5E78BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E78BE is #A18741. Grayscale: #777777. Windows color (decimal): -10585922 or 12482654. OLE color: 12482654.

HSL color Cylindrical-coordinate representation of color #5E78BE: hue angle of 223.75º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5E78BE is Cyan = 0.51, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB94120190-
CMYK0.510.3700.25
HSL223.75º42.48%55.69%-
HSV(B)223.75º50.53%74.51%-
XYZ20.6319.5351.4-
YUV120.21167.39109.31-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 23.27%
GREEN value IS 120 (47.27% from 255) = 29.70%
BLUE value IS 190 (74.61% from 255) = 47.03%
R=23.27%
G=29.70%
B=47.03%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal941201900.510.3700.25223.7542.4855.69
Hex5E78BE3325019e02a38
Octal13617027663450313405270
Binary101111011110001011111011001110010101100111100000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E78BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E78BE; }

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

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

<style>
 a { background-color: #5E78BE; }

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

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

<style>
 span { border-color: #5E78BE; }

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

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