Html Css Color HEX #5E7AC1 Havelock Blue

📋 copy color: '#5E7AC1'

red 94 ◦ green 122 ◦ blue 193

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

Shades of Havelock Blue #5E7AC1

Tints of Havelock Blue #5E7AC1

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.83%

 BLUE value IS 193 (75.78% from 255) = 47.19%

R = 22.98%
G = 29.83%
B = 47.19%

CMYK

 C value IS 0.51

 M value IS 0.37

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#5E7AC1 (or 0x5E7AC1) is known color: Havelock Blue. HEX triplet: 5E, 7A and C1. RGB value is (94,122,193). Sum of RGB (Red+Green+Blue) = 94+122+193=409 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.98% from 409); Green value is 122 (48.05% from 255 or 29.83% from 409); Blue value is 193 (75.78% from 255 or 47.19% from 409); Max value from RGB is 193 - color contains mainly: blue. Hex color #5E7AC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E7AC1 is #A1853E. Grayscale: #797979. Windows color (decimal): -10585407 or 12679774. OLE color: 12679774.

HSL color Cylindrical-coordinate representation of color #5E7AC1: hue angle of 223.03º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5E7AC1 is Cyan = 0.51, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 94 122 193 -
CMYK 0.51 0.37 0 0.24
HSL 223.03º 0.44% 0.56% -
HSV(B) 223.03º 0.51% 0.76% -
XYZ 21.2 20.15 53.22 -
YUV 121.72 168.22 108.23 -
System Red Green Blue C M Y K H S L
Decimal 94 122 193 0.51 0.37 0 0.24 223.03 0.44 0.56
Hex 5E 7A C1 33 25 0 18 DF 2C 38
Octal 136 172 301 63 45 0 30 337 54 70
Binary 1011110 1111010 11000001 110011 100101 0 11000 11011111 101100 111000

Color Harmonies of #5E7AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7AC1

Black with #5E7AC1

Text Example


Text Example

White with #5E7AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,122,193); }

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

background-color css

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

 a { background-color: rgb(94,122,193); }

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

border-color css

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

 span { border-color: rgb(94,122,193); }

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