Html Css Color HEX #5E77CC Havelock Blue

📋 copy color: '#5E77CC'

red 94 ◦ green 119 ◦ blue 204

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

Shades of Havelock Blue #5E77CC

Tints of Havelock Blue #5E77CC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.54%

 BLUE value IS 204 (80.08% from 255) = 48.92%

R = 22.54%
G = 28.54%
B = 48.92%

CMYK

 C value IS 0.54

 M value IS 0.42

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5E77CC (or 0x5E77CC) is known color: Havelock Blue. HEX triplet: 5E, 77 and CC. RGB value is (94,119,204). Sum of RGB (Red+Green+Blue) = 94+119+204=417 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.54% from 417); Green value is 119 (46.88% from 255 or 28.54% from 417); Blue value is 204 (80.08% from 255 or 48.92% from 417); Max value from RGB is 204 - color contains mainly: blue. Hex color #5E77CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E77CC is #A18833. Grayscale: #787878. Windows color (decimal): -10586164 or 13399902. OLE color: 13399902.

HSL color Cylindrical-coordinate representation of color #5E77CC: hue angle of 226.36º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5E77CC is Cyan = 0.54, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 94 119 204 -
CMYK 0.54 0.42 0 0.2
HSL 226.36º 0.52% 0.58% -
HSV(B) 226.36º 0.54% 0.8% -
XYZ 22.11 19.93 59.81 -
YUV 121.22 174.72 108.59 -
System Red Green Blue C M Y K H S L
Decimal 94 119 204 0.54 0.42 0 0.2 226.36 0.52 0.58
Hex 5E 77 CC 36 2A 0 14 E2 34 3A
Octal 136 167 314 66 52 0 24 342 64 72
Binary 1011110 1110111 11001100 110110 101010 0 10100 11100010 110100 111010

Color Harmonies of #5E77CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E77CC

Black with #5E77CC

Text Example


Text Example

White with #5E77CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,119,204); }

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

background-color css

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

 a { background-color: rgb(94,119,204); }

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

border-color css

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

 span { border-color: rgb(94,119,204); }

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