Html Css Color HEX #5E7ECE Havelock Blue

📋 copy color: '#5E7ECE'

red 94 ◦ green 126 ◦ blue 206

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

Shades of Havelock Blue #5E7ECE

Tints of Havelock Blue #5E7ECE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.58%

 BLUE value IS 206 (80.86% from 255) = 48.36%

R = 22.07%
G = 29.58%
B = 48.36%

CMYK

 C value IS 0.54

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5E7ECE (or 0x5E7ECE) is known color: Havelock Blue. HEX triplet: 5E, 7E and CE. RGB value is (94,126,206). Sum of RGB (Red+Green+Blue) = 94+126+206=426 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.07% from 426); Green value is 126 (49.61% from 255 or 29.58% from 426); Blue value is 206 (80.86% from 255 or 48.36% from 426); Max value from RGB is 206 - color contains mainly: blue. Hex color #5E7ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E7ECE is #A18131. Grayscale: #7D7D7D. Windows color (decimal): -10584370 or 13532766. OLE color: 13532766.

HSL color Cylindrical-coordinate representation of color #5E7ECE: hue angle of 222.86º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5E7ECE is Cyan = 0.54, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 94 126 206 -
CMYK 0.54 0.39 0 0.19
HSL 222.86º 0.53% 0.59% -
HSV(B) 222.86º 0.54% 0.81% -
XYZ 23.22 21.76 61.37 -
YUV 125.55 173.4 105.5 -
System Red Green Blue C M Y K H S L
Decimal 94 126 206 0.54 0.39 0 0.19 222.86 0.53 0.59
Hex 5E 7E CE 36 27 0 13 DF 35 3B
Octal 136 176 316 66 47 0 23 337 65 73
Binary 1011110 1111110 11001110 110110 100111 0 10011 11011111 110101 111011

Color Harmonies of #5E7ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7ECE

Black with #5E7ECE

Text Example


Text Example

White with #5E7ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,126,206); }

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

background-color css

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

 a { background-color: rgb(94,126,206); }

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

border-color css

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

 span { border-color: rgb(94,126,206); }

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