#5089BD

Color #5089BD Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #5089BD

Tints of Havelock Blue #5089BD

Color information

#5089BD (or 0x5089BD) is unknown color: approx 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

RGB80137189-
CMYK0.580.2800.26
HSL208.62º45.23%52.75%-
HSV(B)208.62º57.67%74.12%-
XYZ21.4423.2751.51-
YUV125.88163.6295.27-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.70%
GREEN value IS 137 (53.91% from 255) = 33.74%
BLUE value IS 189 (74.22% from 255) = 46.55%
R=19.70%
G=33.74%
B=46.55%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal801371890.580.2800.26208.6245.2352.75
Hex5089BD3A1C01Ad12d35
Octal12021127572340323215565
Binary101000010001001101111011110101110001101011010001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5089BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>