Html Css Color HEX #5E7CCE Havelock Blue

📋 copy color: '#5E7CCE'

red 94 ◦ green 124 ◦ blue 206

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

Shades of Havelock Blue #5E7CCE

Tints of Havelock Blue #5E7CCE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.25%

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

R = 22.17%
G = 29.25%
B = 48.58%

CMYK

 C value IS 0.54

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5E7CCE (or 0x5E7CCE) is known color: Havelock Blue. HEX triplet: 5E, 7C and CE. RGB value is (94,124,206). Sum of RGB (Red+Green+Blue) = 94+124+206=424 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.17% from 424); Green value is 124 (48.83% from 255 or 29.25% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 206 - color contains mainly: blue. Hex color #5E7CCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E7CCE is #A18331. Grayscale: #7C7C7C. Windows color (decimal): -10584882 or 13532254. OLE color: 13532254.

HSL color Cylindrical-coordinate representation of color #5E7CCE: hue angle of 223.93º 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 #5E7CCE is Cyan = 0.54, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 94 124 206 -
CMYK 0.54 0.40 0 0.19
HSL 223.93º 0.53% 0.59% -
HSV(B) 223.93º 0.54% 0.81% -
XYZ 22.96 21.25 61.28 -
YUV 124.38 174.06 106.33 -
System Red Green Blue C M Y K H S L
Decimal 94 124 206 0.54 0.40 0 0.19 223.93 0.53 0.59
Hex 5E 7C CE 36 28 0 13 E0 35 3B
Octal 136 174 316 66 50 0 23 340 65 73
Binary 1011110 1111100 11001110 110110 101000 0 10011 11100000 110101 111011

Color Harmonies of #5E7CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7CCE

Black with #5E7CCE

Text Example


Text Example

White with #5E7CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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