Html Css Color HEX #5E7FBF Havelock Blue

📋 copy color: '#5E7FBF'

red 94 ◦ green 127 ◦ blue 191

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

Shades of Havelock Blue #5E7FBF

Tints of Havelock Blue #5E7FBF

RGB

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

 GREEN value IS 127 (50% from 255) = 30.83%

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

R = 22.82%
G = 30.83%
B = 46.36%

CMYK

 C value IS 0.51

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5E7FBF (or 0x5E7FBF) is known color: Havelock Blue. HEX triplet: 5E, 7F and BF. RGB value is (94,127,191). Sum of RGB (Red+Green+Blue) = 94+127+191=412 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.82% from 412); Green value is 127 (50% from 255 or 30.83% from 412); Blue value is 191 (75% from 255 or 46.36% from 412); Max value from RGB is 191 - color contains mainly: blue. Hex color #5E7FBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E7FBF is #A18040. Grayscale: #7C7C7C. Windows color (decimal): -10584129 or 12549982. OLE color: 12549982.

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

Color convert

RGB 94 127 191 -
CMYK 0.51 0.34 0 0.25
HSL 219.59º 0.43% 0.56% -
HSV(B) 219.59º 0.51% 0.75% -
XYZ 21.61 21.32 52.27 -
YUV 124.43 165.57 106.3 -
System Red Green Blue C M Y K H S L
Decimal 94 127 191 0.51 0.34 0 0.25 219.59 0.43 0.56
Hex 5E 7F BF 33 22 0 19 DC 2B 38
Octal 136 177 277 63 42 0 31 334 53 70
Binary 1011110 1111111 10111111 110011 100010 0 11001 11011100 101011 111000

Color Harmonies of #5E7FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7FBF

Black with #5E7FBF

Text Example


Text Example

White with #5E7FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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