Html Css Color HEX #5974CD Havelock Blue

📋 copy color: '#5974CD'

red 89 ◦ green 116 ◦ blue 205

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

Shades of Havelock Blue #5974CD

Tints of Havelock Blue #5974CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 50%

R = 21.71%
G = 28.29%
B = 50%

CMYK

 C value IS 0.57

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5974CD (or 0x5974CD) is known color: Havelock Blue. HEX triplet: 59, 74 and CD. RGB value is (89,116,205). Sum of RGB (Red+Green+Blue) = 89+116+205=410 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.71% from 410); Green value is 116 (45.70% from 255 or 28.29% from 410); Blue value is 205 (80.47% from 255 or 50% from 410); Max value from RGB is 205 - color contains mainly: blue. Hex color #5974CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5974CD is #A68B32. Grayscale: #757575. Windows color (decimal): -10914611 or 13464665. OLE color: 13464665.

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

Color convert

RGB 89 116 205 -
CMYK 0.57 0.43 0 0.20
HSL 226.03º 0.54% 0.58% -
HSV(B) 226.03º 0.57% 0.8% -
XYZ 21.38 19.02 60.3 -
YUV 118.07 177.05 107.26 -
System Red Green Blue C M Y K H S L
Decimal 89 116 205 0.57 0.43 0 0.20 226.03 0.54 0.58
Hex 59 74 CD 39 2B 0 14 E2 36 3A
Octal 131 164 315 71 53 0 24 342 66 72
Binary 1011001 1110100 11001101 111001 101011 0 10100 11100010 110110 111010

Color Harmonies of #5974CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5974CD

Black with #5974CD

Text Example


Text Example

White with #5974CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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