#5086CE

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

Shades of Havelock Blue #5086CE

Tints of Havelock Blue #5086CE

Color information

#5086CE (or 0x5086CE) is unknown color: approx Havelock Blue. HEX triplet: 50, 86 and CE. RGB value is (80,134,206). Sum of RGB (Red+Green+Blue) = 80+134+206=420 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.05% from 420); Green value is 134 (52.73% from 255 or 31.90% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 206 - color contains mainly: blue. Hex color #5086CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5086CE is #AF7931. Grayscale: #7D7D7D. Windows color (decimal): -11499826 or 13534800. OLE color: 13534800.

HSL color Cylindrical-coordinate representation of color #5086CE: hue angle of 214.29º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5086CE is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB80134206-
CMYK0.610.3500.19
HSL214.29º56.25%56.08%-
HSV(B)214.29º61.17%80.78%-
XYZ22.9723.2161.66-
YUV126.06173.1195.15-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.05%
GREEN value IS 134 (52.73% from 255) = 31.90%
BLUE value IS 206 (80.86% from 255) = 49.05%
R=19.05%
G=31.90%
B=49.05%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal801342060.610.3500.19214.2956.2556.08
Hex5086CE3D23013d63838
Octal12020631675430233267070
Binary1010000100001101100111011110110001101001111010110111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5086CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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