Html Css Color HEX #5E7ACD Havelock Blue

📋 copy color: '#5E7ACD'

red 94 ◦ green 122 ◦ blue 205

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

Shades of Havelock Blue #5E7ACD

Tints of Havelock Blue #5E7ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.69%

R = 22.33%
G = 28.98%
B = 48.69%

CMYK

 C value IS 0.54

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5E7ACD (or 0x5E7ACD) is known color: Havelock Blue. HEX triplet: 5E, 7A and CD. RGB value is (94,122,205). Sum of RGB (Red+Green+Blue) = 94+122+205=421 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.33% from 421); Green value is 122 (48.05% from 255 or 28.98% from 421); Blue value is 205 (80.47% from 255 or 48.69% from 421); Max value from RGB is 205 - color contains mainly: blue. Hex color #5E7ACD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E7ACD is #A18532. Grayscale: #7A7A7A. Windows color (decimal): -10585395 or 13466206. OLE color: 13466206.

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

Color convert

RGB 94 122 205 -
CMYK 0.54 0.40 0 0.20
HSL 224.86º 0.53% 0.59% -
HSV(B) 224.86º 0.54% 0.8% -
XYZ 22.6 20.71 60.56 -
YUV 123.09 174.22 107.25 -
System Red Green Blue C M Y K H S L
Decimal 94 122 205 0.54 0.40 0 0.20 224.86 0.53 0.59
Hex 5E 7A CD 36 28 0 14 E1 35 3B
Octal 136 172 315 66 50 0 24 341 65 73
Binary 1011110 1111010 11001101 110110 101000 0 10100 11100001 110101 111011

Color Harmonies of #5E7ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7ACD

Black with #5E7ACD

Text Example


Text Example

White with #5E7ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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