Html Css Color HEX #5E79CC Havelock Blue

📋 copy color: '#5E79CC'

red 94 ◦ green 121 ◦ blue 204

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

Shades of Havelock Blue #5E79CC

Tints of Havelock Blue #5E79CC

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.88%

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

R = 22.43%
G = 28.88%
B = 48.69%

CMYK

 C value IS 0.54

 M value IS 0.41

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5E79CC (or 0x5E79CC) is known color: Havelock Blue. HEX triplet: 5E, 79 and CC. RGB value is (94,121,204). Sum of RGB (Red+Green+Blue) = 94+121+204=419 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.43% from 419); Green value is 121 (47.66% from 255 or 28.88% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 204 - color contains mainly: blue. Hex color #5E79CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E79CC is #A18633. Grayscale: #7A7A7A. Windows color (decimal): -10585652 or 13400414. OLE color: 13400414.

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

Color convert

RGB 94 121 204 -
CMYK 0.54 0.41 0 0.2
HSL 225.27º 0.52% 0.58% -
HSV(B) 225.27º 0.54% 0.8% -
XYZ 22.35 20.41 59.89 -
YUV 122.39 174.05 107.75 -
System Red Green Blue C M Y K H S L
Decimal 94 121 204 0.54 0.41 0 0.2 225.27 0.52 0.58
Hex 5E 79 CC 36 29 0 14 E1 34 3A
Octal 136 171 314 66 51 0 24 341 64 72
Binary 1011110 1111001 11001100 110110 101001 0 10100 11100001 110100 111010

Color Harmonies of #5E79CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E79CC

Black with #5E79CC

Text Example


Text Example

White with #5E79CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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