Html Css Color HEX #5978BE Havelock Blue

📋 copy color: '#5978BE'

red 89 ◦ green 120 ◦ blue 190

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

Shades of Havelock Blue #5978BE

Tints of Havelock Blue #5978BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.62%

R = 22.31%
G = 30.08%
B = 47.62%

CMYK

 C value IS 0.53

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5978BE (or 0x5978BE) is known color: Havelock Blue. HEX triplet: 59, 78 and BE. RGB value is (89,120,190). Sum of RGB (Red+Green+Blue) = 89+120+190=399 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.31% from 399); Green value is 120 (47.27% from 255 or 30.08% from 399); Blue value is 190 (74.61% from 255 or 47.62% from 399); Max value from RGB is 190 - color contains mainly: blue. Hex color #5978BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5978BE is #A68741. Grayscale: #767676. Windows color (decimal): -10913602 or 12482649. OLE color: 12482649.

HSL color Cylindrical-coordinate representation of color #5978BE: hue angle of 221.58º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5978BE is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 89 120 190 -
CMYK 0.53 0.37 0 0.25
HSL 221.58º 0.44% 0.55% -
HSV(B) 221.58º 0.53% 0.75% -
XYZ 20.13 19.27 51.37 -
YUV 118.71 168.23 106.81 -
System Red Green Blue C M Y K H S L
Decimal 89 120 190 0.53 0.37 0 0.25 221.58 0.44 0.55
Hex 59 78 BE 35 25 0 19 DE 2C 37
Octal 131 170 276 65 45 0 31 336 54 67
Binary 1011001 1111000 10111110 110101 100101 0 11001 11011110 101100 110111

Color Harmonies of #5978BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5978BE

Black with #5978BE

Text Example


Text Example

White with #5978BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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