Html Css Color HEX #5E7ACE Havelock Blue

📋 copy color: '#5E7ACE'

red 94 ◦ green 122 ◦ blue 206

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

Shades of Havelock Blue #5E7ACE

Tints of Havelock Blue #5E7ACE

RGB

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

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

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

R = 22.27%
G = 28.91%
B = 48.82%

CMYK

 C value IS 0.54

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5E7ACE (or 0x5E7ACE) is known color: Havelock Blue. HEX triplet: 5E, 7A and CE. RGB value is (94,122,206). Sum of RGB (Red+Green+Blue) = 94+122+206=422 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.27% from 422); Green value is 122 (48.05% from 255 or 28.91% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 206 - color contains mainly: blue. Hex color #5E7ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E7ACE is #A18531. Grayscale: #7A7A7A. Windows color (decimal): -10585394 or 13531742. OLE color: 13531742.

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

Color convert

RGB 94 122 206 -
CMYK 0.54 0.41 0 0.19
HSL 225º 0.53% 0.59% -
HSV(B) 225º 0.54% 0.81% -
XYZ 22.72 20.75 61.2 -
YUV 123.2 174.72 107.17 -
System Red Green Blue C M Y K H S L
Decimal 94 122 206 0.54 0.41 0 0.19 225 0.53 0.59
Hex 5E 7A CE 36 29 0 13 E1 35 3B
Octal 136 172 316 66 51 0 23 341 65 73
Binary 1011110 1111010 11001110 110110 101001 0 10011 11100001 110101 111011

Color Harmonies of #5E7ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7ACE

Black with #5E7ACE

Text Example


Text Example

White with #5E7ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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