Html Css Color HEX #5E7DBF Havelock Blue

📋 copy color: '#5E7DBF'

red 94 ◦ green 125 ◦ blue 191

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

Shades of Havelock Blue #5E7DBF

Tints of Havelock Blue #5E7DBF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.49%

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

R = 22.93%
G = 30.49%
B = 46.59%

CMYK

 C value IS 0.51

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5E7DBF (or 0x5E7DBF) is known color: Havelock Blue. HEX triplet: 5E, 7D and BF. RGB value is (94,125,191). Sum of RGB (Red+Green+Blue) = 94+125+191=410 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.93% from 410); Green value is 125 (49.22% from 255 or 30.49% from 410); Blue value is 191 (75% from 255 or 46.59% from 410); Max value from RGB is 191 - color contains mainly: blue. Hex color #5E7DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E7DBF is #A18240. Grayscale: #7A7A7A. Windows color (decimal): -10584641 or 12549470. OLE color: 12549470.

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

Color convert

RGB 94 125 191 -
CMYK 0.51 0.35 0 0.25
HSL 220.82º 0.43% 0.56% -
HSV(B) 220.82º 0.51% 0.75% -
XYZ 21.35 20.81 52.18 -
YUV 123.26 166.23 107.13 -
System Red Green Blue C M Y K H S L
Decimal 94 125 191 0.51 0.35 0 0.25 220.82 0.43 0.56
Hex 5E 7D BF 33 23 0 19 DD 2B 38
Octal 136 175 277 63 43 0 31 335 53 70
Binary 1011110 1111101 10111111 110011 100011 0 11001 11011101 101011 111000

Color Harmonies of #5E7DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7DBF

Black with #5E7DBF

Text Example


Text Example

White with #5E7DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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