#5086BE

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

Shades of Havelock Blue #5086BE

Tints of Havelock Blue #5086BE

Color information

#5086BE (or 0x5086BE) is unknown color: approx Havelock Blue. HEX triplet: 50, 86 and BE. RGB value is (80,134,190). Sum of RGB (Red+Green+Blue) = 80+134+190=404 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.80% from 404); Green value is 134 (52.73% from 255 or 33.17% from 404); Blue value is 190 (74.61% from 255 or 47.03% from 404); Max value from RGB is 190 - color contains mainly: blue. Hex color #5086BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5086BE is #AF7941. Grayscale: #7B7B7B. Windows color (decimal): -11499842 or 12486224. OLE color: 12486224.

HSL color Cylindrical-coordinate representation of color #5086BE: hue angle of 210.55º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5086BE is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB80134190-
CMYK0.580.2900.25
HSL210.55º45.83%52.94%-
HSV(B)210.55º57.89%74.51%-
XYZ21.1322.4751.94-
YUV124.24165.1196.45-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.80%
GREEN value IS 134 (52.73% from 255) = 33.17%
BLUE value IS 190 (74.61% from 255) = 47.03%
R=19.80%
G=33.17%
B=47.03%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal801341900.580.2900.25210.5545.8352.94
Hex5086BE3A1D019d32e35
Octal12020627672350313235665
Binary101000010000110101111101110101110101100111010011101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5086BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5086BE; }

 p { color: rgb(80,134,190); }

 H1.HeaderClassName
 {
   color: #5086BE;
 }
 .AnyTagClassName
 {
   color: #5086BE;
 }
</style>
background-color css

<style>
 a { background-color: #5086BE; }

 a { background-color: rgb(80,134,190); }

 div.DivClassName
 {
   background-color: #5086BE;
 }
 .BgClassName
 {
   background-color: #5086BE;
 }
</style>
border-color css

<style>
 span { border-color: #5086BE; }

 span { border-color: rgb(80,134,190); }

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