Html Css Color HEX #5978CE Havelock Blue

📋 copy color: '#5978CE'

red 89 ◦ green 120 ◦ blue 206

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

Shades of Havelock Blue #5978CE

Tints of Havelock Blue #5978CE

RGB

 RED value IS 89 (35.16% from 255) = 21.45%

 GREEN value IS 120 (47.27% from 255) = 28.92%

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

R = 21.45%
G = 28.92%
B = 49.64%

CMYK

 C value IS 0.57

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5978CE (or 0x5978CE) is known color: Havelock Blue. HEX triplet: 59, 78 and CE. RGB value is (89,120,206). Sum of RGB (Red+Green+Blue) = 89+120+206=415 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.45% from 415); Green value is 120 (47.27% from 255 or 28.92% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #5978CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5978CE is #A68731. Grayscale: #787878. Windows color (decimal): -10913586 or 13531225. OLE color: 13531225.

HSL color Cylindrical-coordinate representation of color #5978CE: hue angle of 224.1º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5978CE is Cyan = 0.57, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 89 120 206 -
CMYK 0.57 0.42 0 0.19
HSL 224.1º 0.54% 0.58% -
HSV(B) 224.1º 0.57% 0.81% -
XYZ 21.98 20.01 61.1 -
YUV 120.54 176.23 105.51 -
System Red Green Blue C M Y K H S L
Decimal 89 120 206 0.57 0.42 0 0.19 224.1 0.54 0.58
Hex 59 78 CE 39 2A 0 13 E0 36 3A
Octal 131 170 316 71 52 0 23 340 66 72
Binary 1011001 1111000 11001110 111001 101010 0 10011 11100000 110110 111010

Color Harmonies of #5978CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5978CE

Black with #5978CE

Text Example


Text Example

White with #5978CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5978CE; }

 p { color: rgb(89,120,206); }

 H1.HeaderClassName
 {
   color: #5978CE;
 }
 .AnyTagClassName
 {
   color: #5978CE;
 }
</style>

background-color css

<style>
 a { background-color: #5978CE; }

 a { background-color: rgb(89,120,206); }

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

border-color css

<style>
 span { border-color: #5978CE; }

 span { border-color: rgb(89,120,206); }

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