Html Css Color HEX #5089BD Havelock Blue

📋 copy color: '#5089BD'

red 80 ◦ green 137 ◦ blue 189

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

Shades of Havelock Blue #5089BD

Tints of Havelock Blue #5089BD

RGB

 RED value IS 80 (31.64% from 255) = 19.7%

 GREEN value IS 137 (53.91% from 255) = 33.74%

 BLUE value IS 189 (74.22% from 255) = 46.55%

R = 19.7%
G = 33.74%
B = 46.55%

CMYK

 C value IS 0.58

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5089BD (or 0x5089BD) is known color: Havelock Blue. HEX triplet: 50, 89 and BD. RGB value is (80,137,189). Sum of RGB (Red+Green+Blue) = 80+137+189=406 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.70% from 406); Green value is 137 (53.91% from 255 or 33.74% from 406); Blue value is 189 (74.22% from 255 or 46.55% from 406); Max value from RGB is 189 - color contains mainly: blue. Hex color #5089BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5089BD is #AF7642. Grayscale: #7D7D7D. Windows color (decimal): -11499075 or 12421456. OLE color: 12421456.

HSL color Cylindrical-coordinate representation of color #5089BD: hue angle of 208.62º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5089BD is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 80 137 189 -
CMYK 0.58 0.28 0 0.26
HSL 208.62º 0.45% 0.53% -
HSV(B) 208.62º 0.58% 0.74% -
XYZ 21.44 23.27 51.51 -
YUV 125.89 163.62 95.27 -
System Red Green Blue C M Y K H S L
Decimal 80 137 189 0.58 0.28 0 0.26 208.62 0.45 0.53
Hex 50 89 BD 3A 1C 0 1A D1 2D 35
Octal 120 211 275 72 34 0 32 321 55 65
Binary 1010000 10001001 10111101 111010 11100 0 11010 11010001 101101 110101

Color Harmonies of #5089BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5089BD

Black with #5089BD

Text Example


Text Example

White with #5089BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5089BD; }

 p { color: rgb(80,137,189); }

 H1.HeaderClassName
 {
   color: #5089BD;
 }
 .AnyTagClassName
 {
   color: #5089BD;
 }
</style>

background-color css

<style>
 a { background-color: #5089BD; }

 a { background-color: rgb(80,137,189); }

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

border-color css

<style>
 span { border-color: #5089BD; }

 span { border-color: rgb(80,137,189); }

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