#5680BE

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

Shades of Havelock Blue #5680BE

Tints of Havelock Blue #5680BE

Color information

#5680BE (or 0x5680BE) is unknown color: approx Havelock Blue. HEX triplet: 56, 80 and BE. RGB value is (86,128,190). Sum of RGB (Red+Green+Blue) = 86+128+190=404 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.29% from 404); Green value is 128 (50.39% from 255 or 31.68% 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 #5680BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5680BE is #A97F41. Grayscale: #7A7A7A. Windows color (decimal): -11108162 or 12484694. OLE color: 12484694.

HSL color Cylindrical-coordinate representation of color #5680BE: hue angle of 215.77º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5680BE is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB86128190-
CMYK0.550.3300.25
HSL215.77º44.44%54.12%-
HSV(B)215.77º54.74%74.51%-
XYZ20.8521.1351.7-
YUV122.51166.09101.96-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.29%
GREEN value IS 128 (50.39% from 255) = 31.68%
BLUE value IS 190 (74.61% from 255) = 47.03%
R=21.29%
G=31.68%
B=47.03%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal861281900.550.3300.25215.7744.4454.12
Hex5680BE3721019d82c36
Octal12620027667410313305466
Binary1010110100000001011111011011110000101100111011000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5680BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,128,190); }

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

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

 a { background-color: rgb(86,128,190); }

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

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

 span { border-color: rgb(86,128,190); }

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