Html Css Color HEX #5978CA Havelock Blue

📋 copy color: '#5978CA'

red 89 ◦ green 120 ◦ blue 202

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

Shades of Havelock Blue #5978CA

Tints of Havelock Blue #5978CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 49.15%

R = 21.65%
G = 29.2%
B = 49.15%

CMYK

 C value IS 0.56

 M value IS 0.41

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5978CA (or 0x5978CA) is known color: Havelock Blue. HEX triplet: 59, 78 and CA. RGB value is (89,120,202). Sum of RGB (Red+Green+Blue) = 89+120+202=411 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.65% from 411); Green value is 120 (47.27% from 255 or 29.20% from 411); Blue value is 202 (79.30% from 255 or 49.15% from 411); Max value from RGB is 202 - color contains mainly: blue. Hex color #5978CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5978CA is #A68735. Grayscale: #777777. Windows color (decimal): -10913590 or 13269081. OLE color: 13269081.

HSL color Cylindrical-coordinate representation of color #5978CA: hue angle of 223.54º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5978CA is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 89 120 202 -
CMYK 0.56 0.41 0 0.21
HSL 223.54º 0.52% 0.57% -
HSV(B) 223.54º 0.56% 0.79% -
XYZ 21.5 19.82 58.57 -
YUV 120.08 174.23 105.83 -
System Red Green Blue C M Y K H S L
Decimal 89 120 202 0.56 0.41 0 0.21 223.54 0.52 0.57
Hex 59 78 CA 38 29 0 15 E0 34 39
Octal 131 170 312 70 51 0 25 340 64 71
Binary 1011001 1111000 11001010 111000 101001 0 10101 11100000 110100 111001

Color Harmonies of #5978CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5978CA

Black with #5978CA

Text Example


Text Example

White with #5978CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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