Html Css Color HEX #5978D7 Havelock Blue

📋 copy color: '#5978D7'

red 89 ◦ green 120 ◦ blue 215

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

Shades of Havelock Blue #5978D7

Tints of Havelock Blue #5978D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 50.71%

R = 20.99%
G = 28.3%
B = 50.71%

CMYK

 C value IS 0.59

 M value IS 0.44

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5978D7 (or 0x5978D7) is known color: Havelock Blue. HEX triplet: 59, 78 and D7. RGB value is (89,120,215). Sum of RGB (Red+Green+Blue) = 89+120+215=424 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.99% from 424); Green value is 120 (47.27% from 255 or 28.30% from 424); Blue value is 215 (84.38% from 255 or 50.71% from 424); Max value from RGB is 215 - color contains mainly: blue. Hex color #5978D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5978D7 is #A68728. Grayscale: #797979. Windows color (decimal): -10913577 or 14121049. OLE color: 14121049.

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

Color convert

RGB 89 120 215 -
CMYK 0.59 0.44 0 0.16
HSL 225.24º 0.61% 0.6% -
HSV(B) 225.24º 0.59% 0.84% -
XYZ 23.1 20.46 67.02 -
YUV 121.56 180.73 104.78 -
System Red Green Blue C M Y K H S L
Decimal 89 120 215 0.59 0.44 0 0.16 225.24 0.61 0.6
Hex 59 78 D7 3B 2C 0 10 E1 3D 3C
Octal 131 170 327 73 54 0 20 341 75 74
Binary 1011001 1111000 11010111 111011 101100 0 10000 11100001 111101 111100

Color Harmonies of #5978D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5978D7

Black with #5978D7

Text Example


Text Example

White with #5978D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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