Html Css Color HEX #5E84BF Havelock Blue

📋 copy color: '#5E84BF'

red 94 ◦ green 132 ◦ blue 191

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

Shades of Havelock Blue #5E84BF

Tints of Havelock Blue #5E84BF

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.65%

 BLUE value IS 191 (75% from 255) = 45.8%

R = 22.54%
G = 31.65%
B = 45.8%

CMYK

 C value IS 0.51

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5E84BF (or 0x5E84BF) is known color: Havelock Blue. HEX triplet: 5E, 84 and BF. RGB value is (94,132,191). Sum of RGB (Red+Green+Blue) = 94+132+191=417 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.54% from 417); Green value is 132 (51.95% from 255 or 31.65% from 417); Blue value is 191 (75% from 255 or 45.80% from 417); Max value from RGB is 191 - color contains mainly: blue. Hex color #5E84BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E84BF is #A17B40. Grayscale: #7F7F7F. Windows color (decimal): -10582849 or 12551262. OLE color: 12551262.

HSL color Cylindrical-coordinate representation of color #5E84BF: hue angle of 216.49º degrees, saturation: 0.43, 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 #5E84BF is Cyan = 0.51, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 94 132 191 -
CMYK 0.51 0.31 0 0.25
HSL 216.49º 0.43% 0.56% -
HSV(B) 216.49º 0.51% 0.75% -
XYZ 22.27 22.64 52.49 -
YUV 127.36 163.91 104.2 -
System Red Green Blue C M Y K H S L
Decimal 94 132 191 0.51 0.31 0 0.25 216.49 0.43 0.56
Hex 5E 84 BF 33 1F 0 19 D8 2B 38
Octal 136 204 277 63 37 0 31 330 53 70
Binary 1011110 10000100 10111111 110011 11111 0 11001 11011000 101011 111000

Color Harmonies of #5E84BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E84BF

Black with #5E84BF

Text Example


Text Example

White with #5E84BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,132,191); }

 H1.HeaderClassName
 {
   color: #5E84BF;
 }
 .AnyTagClassName
 {
   color: #5E84BF;
 }
</style>

background-color css

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

 a { background-color: rgb(94,132,191); }

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

border-color css

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

 span { border-color: rgb(94,132,191); }

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