Html Css Color HEX #5978BD Havelock Blue

📋 copy color: '#5978BD'

red 89 ◦ green 120 ◦ blue 189

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

Shades of Havelock Blue #5978BD

Tints of Havelock Blue #5978BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.49%

R = 22.36%
G = 30.15%
B = 47.49%

CMYK

 C value IS 0.53

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5978BD (or 0x5978BD) is known color: Havelock Blue. HEX triplet: 59, 78 and BD. RGB value is (89,120,189). Sum of RGB (Red+Green+Blue) = 89+120+189=398 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.36% from 398); Green value is 120 (47.27% from 255 or 30.15% from 398); Blue value is 189 (74.22% from 255 or 47.49% from 398); Max value from RGB is 189 - color contains mainly: blue. Hex color #5978BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5978BD is #A68742. Grayscale: #767676. Windows color (decimal): -10913603 or 12417113. OLE color: 12417113.

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

Color convert

RGB 89 120 189 -
CMYK 0.53 0.37 0 0.26
HSL 221.4º 0.43% 0.55% -
HSV(B) 221.4º 0.53% 0.74% -
XYZ 20.02 19.23 50.8 -
YUV 118.6 167.73 106.89 -
System Red Green Blue C M Y K H S L
Decimal 89 120 189 0.53 0.37 0 0.26 221.4 0.43 0.55
Hex 59 78 BD 35 25 0 1A DD 2B 37
Octal 131 170 275 65 45 0 32 335 53 67
Binary 1011001 1111000 10111101 110101 100101 0 11010 11011101 101011 110111

Color Harmonies of #5978BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5978BD

Black with #5978BD

Text Example


Text Example

White with #5978BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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