Html Css Color HEX #5978D6 Havelock Blue

📋 copy color: '#5978D6'

red 89 ◦ green 120 ◦ blue 214

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

Shades of Havelock Blue #5978D6

Tints of Havelock Blue #5978D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 50.59%

R = 21.04%
G = 28.37%
B = 50.59%

CMYK

 C value IS 0.58

 M value IS 0.44

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5978D6 (or 0x5978D6) is known color: Havelock Blue. HEX triplet: 59, 78 and D6. RGB value is (89,120,214). Sum of RGB (Red+Green+Blue) = 89+120+214=423 (56% of max value = 765). Red value is 89 (35.16% from 255 or 21.04% from 423); Green value is 120 (47.27% from 255 or 28.37% from 423); Blue value is 214 (83.98% from 255 or 50.59% from 423); Max value from RGB is 214 - color contains mainly: blue. Hex color #5978D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5978D6 is #A68729. Grayscale: #797979. Windows color (decimal): -10913578 or 14055513. OLE color: 14055513.

HSL color Cylindrical-coordinate representation of color #5978D6: hue angle of 225.12º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5978D6 is Cyan = 0.58, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 89 120 214 -
CMYK 0.58 0.44 0 0.16
HSL 225.12º 0.6% 0.59% -
HSV(B) 225.12º 0.58% 0.84% -
XYZ 22.97 20.41 66.35 -
YUV 121.45 180.23 104.86 -
System Red Green Blue C M Y K H S L
Decimal 89 120 214 0.58 0.44 0 0.16 225.12 0.6 0.59
Hex 59 78 D6 3A 2C 0 10 E1 3C 3B
Octal 131 170 326 72 54 0 20 341 74 73
Binary 1011001 1111000 11010110 111010 101100 0 10000 11100001 111100 111011

Color Harmonies of #5978D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5978D6

Black with #5978D6

Text Example


Text Example

White with #5978D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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