#5E78BD

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

Shades of Havelock Blue #5E78BD

Tints of Havelock Blue #5E78BD

Color information

#5E78BD (or 0x5E78BD) is unknown color: approx Havelock Blue. HEX triplet: 5E, 78 and BD. RGB value is (94,120,189). Sum of RGB (Red+Green+Blue) = 94+120+189=403 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.33% from 403); Green value is 120 (47.27% from 255 or 29.78% from 403); Blue value is 189 (74.22% from 255 or 46.90% from 403); Max value from RGB is 189 - color contains mainly: blue. Hex color #5E78BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E78BD is #A18742. Grayscale: #777777. Windows color (decimal): -10585923 or 12417118. OLE color: 12417118.

HSL color Cylindrical-coordinate representation of color #5E78BD: hue angle of 223.58º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5E78BD is Cyan = 0.50, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB94120189-
CMYK0.500.3700.26
HSL223.58º41.85%55.49%-
HSV(B)223.58º50.26%74.12%-
XYZ20.5219.4950.82-
YUV120.09166.89109.39-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 23.33%
GREEN value IS 120 (47.27% from 255) = 29.78%
BLUE value IS 189 (74.22% from 255) = 46.90%
R=23.33%
G=29.78%
B=46.90%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal941201890.500.3700.26223.5841.8555.49
Hex5E78BD322501Ae02a37
Octal13617027562450323405267
Binary101111011110001011110111001010010101101011100000101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E78BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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