#5186DA

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

Shades of Havelock Blue #5186DA

Tints of Havelock Blue #5186DA

Color information

#5186DA (or 0x5186DA) is unknown color: approx Havelock Blue. HEX triplet: 51, 86 and DA. RGB value is (81,134,218). Sum of RGB (Red+Green+Blue) = 81+134+218=433 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.71% from 433); Green value is 134 (52.73% from 255 or 30.95% from 433); Blue value is 218 (85.55% from 255 or 50.35% from 433); Max value from RGB is 218 - color contains mainly: blue. Hex color #5186DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5186DA is #AE7925. Grayscale: #7F7F7F. Windows color (decimal): -11434278 or 14321233. OLE color: 14321233.

HSL color Cylindrical-coordinate representation of color #5186DA: hue angle of 216.79º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5186DA is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB81134218-
CMYK0.630.3900.15
HSL216.79º64.93%58.63%-
HSV(B)216.79º62.84%85.49%-
XYZ24.5723.8669.64-
YUV127.73178.9494.67-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.71%
GREEN value IS 134 (52.73% from 255) = 30.95%
BLUE value IS 218 (85.55% from 255) = 50.35%
R=18.71%
G=30.95%
B=50.35%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal811342180.630.3900.15216.7964.9358.63
Hex5186DA3F270Fd9413b
Octal121206332774701733110173
Binary1010001100001101101101011111110011101111110110011000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5186DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5186DA; }

 p { color: rgb(81,134,218); }

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

<style>
 a { background-color: #5186DA; }

 a { background-color: rgb(81,134,218); }

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

<style>
 span { border-color: #5186DA; }

 span { border-color: rgb(81,134,218); }

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