Html Css Color HEX #5984BA Havelock Blue

📋 copy color: '#5984BA'

red 89 ◦ green 132 ◦ blue 186

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

Shades of Havelock Blue #5984BA

Tints of Havelock Blue #5984BA

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.43%

 BLUE value IS 186 (73.05% from 255) = 45.7%

R = 21.87%
G = 32.43%
B = 45.7%

CMYK

 C value IS 0.52

 M value IS 0.29

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5984BA (or 0x5984BA) is known color: Havelock Blue. HEX triplet: 59, 84 and BA. RGB value is (89,132,186). Sum of RGB (Red+Green+Blue) = 89+132+186=407 (53% of max value = 765). Red value is 89 (35.16% from 255 or 21.87% from 407); Green value is 132 (51.95% from 255 or 32.43% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 186 - color contains mainly: blue. Hex color #5984BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5984BA is #A67B45. Grayscale: #7D7D7D. Windows color (decimal): -10910534 or 12223577. OLE color: 12223577.

HSL color Cylindrical-coordinate representation of color #5984BA: hue angle of 213.4º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5984BA is Cyan = 0.52, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 89 132 186 -
CMYK 0.52 0.29 0 0.27
HSL 213.4º 0.41% 0.54% -
HSV(B) 213.4º 0.52% 0.73% -
XYZ 21.23 22.17 49.61 -
YUV 125.3 162.25 102.11 -
System Red Green Blue C M Y K H S L
Decimal 89 132 186 0.52 0.29 0 0.27 213.4 0.41 0.54
Hex 59 84 BA 34 1D 0 1B D5 29 36
Octal 131 204 272 64 35 0 33 325 51 66
Binary 1011001 10000100 10111010 110100 11101 0 11011 11010101 101001 110110

Color Harmonies of #5984BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5984BA

Black with #5984BA

Text Example


Text Example

White with #5984BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5984BA; }

 p { color: rgb(89,132,186); }

 H1.HeaderClassName
 {
   color: #5984BA;
 }
 .AnyTagClassName
 {
   color: #5984BA;
 }
</style>

background-color css

<style>
 a { background-color: #5984BA; }

 a { background-color: rgb(89,132,186); }

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

border-color css

<style>
 span { border-color: #5984BA; }

 span { border-color: rgb(89,132,186); }

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