#5086CD

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

Shades of Havelock Blue #5086CD

Tints of Havelock Blue #5086CD

Color information

#5086CD (or 0x5086CD) is unknown color: approx Havelock Blue. HEX triplet: 50, 86 and CD. RGB value is (80,134,205). Sum of RGB (Red+Green+Blue) = 80+134+205=419 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.09% from 419); Green value is 134 (52.73% from 255 or 31.98% from 419); Blue value is 205 (80.47% from 255 or 48.93% from 419); Max value from RGB is 205 - color contains mainly: blue. Hex color #5086CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5086CD is #AF7932. Grayscale: #7D7D7D. Windows color (decimal): -11499827 or 13469264. OLE color: 13469264.

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

Color convert

RGB80134205-
CMYK0.610.3500.20
HSL214.08º55.56%55.88%-
HSV(B)214.08º60.98%80.39%-
XYZ22.8523.1661.02-
YUV125.95172.6195.23-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.09%
GREEN value IS 134 (52.73% from 255) = 31.98%
BLUE value IS 205 (80.47% from 255) = 48.93%
R=19.09%
G=31.98%
B=48.93%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal801342050.610.3500.20214.0855.5655.88
Hex5086CD3D23014d63838
Octal12020631575430243267070
Binary1010000100001101100110111110110001101010011010110111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5086CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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