Html Css Color HEX #5E76CD Havelock Blue

📋 copy color: '#5E76CD'

red 94 ◦ green 118 ◦ blue 205

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

Shades of Havelock Blue #5E76CD

Tints of Havelock Blue #5E76CD

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.3%

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

R = 22.54%
G = 28.3%
B = 49.16%

CMYK

 C value IS 0.54

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5E76CD (or 0x5E76CD) is known color: Havelock Blue. HEX triplet: 5E, 76 and CD. RGB value is (94,118,205). Sum of RGB (Red+Green+Blue) = 94+118+205=417 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.54% from 417); Green value is 118 (46.48% from 255 or 28.30% from 417); Blue value is 205 (80.47% from 255 or 49.16% from 417); Max value from RGB is 205 - color contains mainly: blue. Hex color #5E76CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E76CD is #A18932. Grayscale: #787878. Windows color (decimal): -10586419 or 13465182. OLE color: 13465182.

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

Color convert

RGB 94 118 205 -
CMYK 0.54 0.42 0 0.20
HSL 227.03º 0.53% 0.59% -
HSV(B) 227.03º 0.54% 0.8% -
XYZ 22.11 19.74 60.4 -
YUV 120.74 175.55 108.93 -
System Red Green Blue C M Y K H S L
Decimal 94 118 205 0.54 0.42 0 0.20 227.03 0.53 0.59
Hex 5E 76 CD 36 2A 0 14 E3 35 3B
Octal 136 166 315 66 52 0 24 343 65 73
Binary 1011110 1110110 11001101 110110 101010 0 10100 11100011 110101 111011

Color Harmonies of #5E76CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E76CD

Black with #5E76CD

Text Example


Text Example

White with #5E76CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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