Html Css Color HEX #5E7CCF Havelock Blue

📋 copy color: '#5E7CCF'

red 94 ◦ green 124 ◦ blue 207

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

Shades of Havelock Blue #5E7CCF

Tints of Havelock Blue #5E7CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.71%

R = 22.12%
G = 29.18%
B = 48.71%

CMYK

 C value IS 0.55

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5E7CCF (or 0x5E7CCF) is known color: Havelock Blue. HEX triplet: 5E, 7C and CF. RGB value is (94,124,207). Sum of RGB (Red+Green+Blue) = 94+124+207=425 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.12% from 425); Green value is 124 (48.83% from 255 or 29.18% from 425); Blue value is 207 (81.25% from 255 or 48.71% from 425); Max value from RGB is 207 - color contains mainly: blue. Hex color #5E7CCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E7CCF is #A18330. Grayscale: #7C7C7C. Windows color (decimal): -10584881 or 13597790. OLE color: 13597790.

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

Color convert

RGB 94 124 207 -
CMYK 0.55 0.40 0 0.19
HSL 224.07º 0.54% 0.59% -
HSV(B) 224.07º 0.55% 0.81% -
XYZ 23.09 21.3 61.93 -
YUV 124.49 174.56 106.25 -
System Red Green Blue C M Y K H S L
Decimal 94 124 207 0.55 0.40 0 0.19 224.07 0.54 0.59
Hex 5E 7C CF 37 28 0 13 E0 36 3B
Octal 136 174 317 67 50 0 23 340 66 73
Binary 1011110 1111100 11001111 110111 101000 0 10011 11100000 110110 111011

Color Harmonies of #5E7CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7CCF

Black with #5E7CCF

Text Example


Text Example

White with #5E7CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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