Html Css Color HEX #5974CE Havelock Blue

📋 copy color: '#5974CE'

red 89 ◦ green 116 ◦ blue 206

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

Shades of Havelock Blue #5974CE

Tints of Havelock Blue #5974CE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.22%

 BLUE value IS 206 (80.86% from 255) = 50.12%

R = 21.65%
G = 28.22%
B = 50.12%

CMYK

 C value IS 0.57

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5974CE (or 0x5974CE) is known color: Havelock Blue. HEX triplet: 59, 74 and CE. RGB value is (89,116,206). Sum of RGB (Red+Green+Blue) = 89+116+206=411 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.65% from 411); Green value is 116 (45.70% from 255 or 28.22% from 411); Blue value is 206 (80.86% from 255 or 50.12% from 411); Max value from RGB is 206 - color contains mainly: blue. Hex color #5974CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5974CE is #A68B31. Grayscale: #757575. Windows color (decimal): -10914610 or 13530201. OLE color: 13530201.

HSL color Cylindrical-coordinate representation of color #5974CE: hue angle of 226.15º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5974CE is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 89 116 206 -
CMYK 0.57 0.44 0 0.19
HSL 226.15º 0.54% 0.58% -
HSV(B) 226.15º 0.57% 0.81% -
XYZ 21.51 19.07 60.94 -
YUV 118.19 177.55 107.18 -
System Red Green Blue C M Y K H S L
Decimal 89 116 206 0.57 0.44 0 0.19 226.15 0.54 0.58
Hex 59 74 CE 39 2C 0 13 E2 36 3A
Octal 131 164 316 71 54 0 23 342 66 72
Binary 1011001 1110100 11001110 111001 101100 0 10011 11100010 110110 111010

Color Harmonies of #5974CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5974CE

Black with #5974CE

Text Example


Text Example

White with #5974CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5974CE; }

 p { color: rgb(89,116,206); }

 H1.HeaderClassName
 {
   color: #5974CE;
 }
 .AnyTagClassName
 {
   color: #5974CE;
 }
</style>

background-color css

<style>
 a { background-color: #5974CE; }

 a { background-color: rgb(89,116,206); }

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

border-color css

<style>
 span { border-color: #5974CE; }

 span { border-color: rgb(89,116,206); }

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