Html Css Color HEX #5984CA Havelock Blue

📋 copy color: '#5984CA'

red 89 ◦ green 132 ◦ blue 202

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

Shades of Havelock Blue #5984CA

Tints of Havelock Blue #5984CA

RGB

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

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

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

R = 21.04%
G = 31.21%
B = 47.75%

CMYK

 C value IS 0.56

 M value IS 0.35

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5984CA (or 0x5984CA) is known color: Havelock Blue. HEX triplet: 59, 84 and CA. RGB value is (89,132,202). Sum of RGB (Red+Green+Blue) = 89+132+202=423 (56% of max value = 765). Red value is 89 (35.16% from 255 or 21.04% from 423); Green value is 132 (51.95% from 255 or 31.21% from 423); Blue value is 202 (79.30% from 255 or 47.75% from 423); Max value from RGB is 202 - color contains mainly: blue. Hex color #5984CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5984CA is #A67B35. Grayscale: #7E7E7E. Windows color (decimal): -10910518 or 13272153. OLE color: 13272153.

HSL color Cylindrical-coordinate representation of color #5984CA: hue angle of 217.17º 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 #5984CA is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 89 132 202 -
CMYK 0.56 0.35 0 0.21
HSL 217.17º 0.52% 0.57% -
HSV(B) 217.17º 0.56% 0.79% -
XYZ 23.03 22.89 59.08 -
YUV 127.12 170.25 100.81 -
System Red Green Blue C M Y K H S L
Decimal 89 132 202 0.56 0.35 0 0.21 217.17 0.52 0.57
Hex 59 84 CA 38 23 0 15 D9 34 39
Octal 131 204 312 70 43 0 25 331 64 71
Binary 1011001 10000100 11001010 111000 100011 0 10101 11011001 110100 111001

Color Harmonies of #5984CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5984CA

Black with #5984CA

Text Example


Text Example

White with #5984CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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