Html Css Color HEX #5E78BE Havelock Blue

📋 copy color: '#5E78BE'

red 94 ◦ green 120 ◦ blue 190

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

Shades of Havelock Blue #5E78BE

Tints of Havelock Blue #5E78BE

RGB

 RED value IS 94 (37.11% from 255) = 23.27%

 GREEN value IS 120 (47.27% from 255) = 29.7%

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

R = 23.27%
G = 29.7%
B = 47.03%

CMYK

 C value IS 0.51

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5E78BE (or 0x5E78BE) is known color: 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

RGB 94 120 190 -
CMYK 0.51 0.37 0 0.25
HSL 223.75º 0.42% 0.56% -
HSV(B) 223.75º 0.51% 0.75% -
XYZ 20.63 19.53 51.4 -
YUV 120.21 167.39 109.31 -
System Red Green Blue C M Y K H S L
Decimal 94 120 190 0.51 0.37 0 0.25 223.75 0.42 0.56
Hex 5E 78 BE 33 25 0 19 E0 2A 38
Octal 136 170 276 63 45 0 31 340 52 70
Binary 1011110 1111000 10111110 110011 100101 0 11001 11100000 101010 111000

Color Harmonies of #5E78BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E78BE

Black with #5E78BE

Text Example


Text Example

White with #5E78BE

Text Example


Text Example

HTML Codes & Css Web 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>